PhoneNumberSummary
public struct PhoneNumberSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the phone number.
Declaration
Swift
public let arn: String? -
The identifier of the phone number.
Declaration
Swift
public let id: String? -
The phone number.
Declaration
Swift
public let phoneNumber: String? -
The ISO country code.
Declaration
Swift
public let phoneNumberCountryCode: PhoneNumberCountryCode? -
The type of phone number.
Declaration
Swift
public let phoneNumberType: PhoneNumberType? -
Undocumented
Declaration
Swift
public init(arn: String? = nil, id: String? = nil, phoneNumber: String? = nil, phoneNumberCountryCode: PhoneNumberCountryCode? = nil, phoneNumberType: PhoneNumberType? = nil)
View on GitHub
PhoneNumberSummary Structure Reference