AWSEC2SnapshotAttributeName
Objective-C
NS_ENUM(NSInteger, AWSEC2SnapshotAttributeName) {
AWSEC2SnapshotAttributeNameUnknown,
AWSEC2SnapshotAttributeNameProductCodes,
AWSEC2SnapshotAttributeNameCreateVolumePermission,
}
Swift
enum AWSEC2SnapshotAttributeName : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2SnapshotAttributeNameUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2SnapshotAttributeNameProductCodes
Swift
case productCodes = 1
-
Undocumented
Declaration
Objective-C
AWSEC2SnapshotAttributeNameCreateVolumePermission
Swift
case createVolumePermission = 2