AWSEC2AddressAttributeName
Objective-C
NS_ENUM(NSInteger, AWSEC2AddressAttributeName) {
AWSEC2AddressAttributeNameUnknown,
AWSEC2AddressAttributeNameDomainName,
}
Swift
enum AWSEC2AddressAttributeName : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2AddressAttributeNameUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2AddressAttributeNameDomainName
Swift
case domainName = 1