AWSEC2InterfacePermissionType

Objective-C

NS_ENUM(NSInteger, AWSEC2InterfacePermissionType) {
    AWSEC2InterfacePermissionTypeUnknown,
    AWSEC2InterfacePermissionTypeInstanceAttach,
    AWSEC2InterfacePermissionTypeEipAssociate,
}

Swift

enum AWSEC2InterfacePermissionType : Int, @unchecked Sendable

Undocumented