AWSEC2SnapshotAttributeName

Objective-C

NS_ENUM(NSInteger, AWSEC2SnapshotAttributeName) {
    AWSEC2SnapshotAttributeNameUnknown,
    AWSEC2SnapshotAttributeNameProductCodes,
    AWSEC2SnapshotAttributeNameCreateVolumePermission,
}

Swift

enum AWSEC2SnapshotAttributeName : Int, @unchecked Sendable

Undocumented