AWSEC2SnapshotAttributeName
Objective-C
NS_ENUM(NSInteger, AWSEC2SnapshotAttributeName) {
AWSEC2SnapshotAttributeNameUnknown,
AWSEC2SnapshotAttributeNameProductCodes,
AWSEC2SnapshotAttributeNameCreateVolumePermission,
}
Swift
enum AWSEC2SnapshotAttributeName : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2SnapshotAttributeNameUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSEC2SnapshotAttributeNameProductCodesSwift
case productCodes = 1 -
Undocumented
Declaration
Objective-C
AWSEC2SnapshotAttributeNameCreateVolumePermissionSwift
case createVolumePermission = 2
View on GitHub
Install in Dash
AWSEC2SnapshotAttributeName Enumeration Reference