AWSEC2AutoAcceptSharedAttachmentsValue
Objective-C
NS_ENUM(NSInteger, AWSEC2AutoAcceptSharedAttachmentsValue) {
AWSEC2AutoAcceptSharedAttachmentsValueUnknown,
AWSEC2AutoAcceptSharedAttachmentsValueEnable,
AWSEC2AutoAcceptSharedAttachmentsValueDisable,
}
Swift
enum AWSEC2AutoAcceptSharedAttachmentsValue : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2AutoAcceptSharedAttachmentsValueUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2AutoAcceptSharedAttachmentsValueEnable
Swift
case enable = 1
-
Undocumented
Declaration
Objective-C
AWSEC2AutoAcceptSharedAttachmentsValueDisable
Swift
case disable = 2