PhoneNumber
public struct PhoneNumber : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The raw value of the phone number.
Declaration
Swift
public let number: String
-
The type of the phone number.
Declaration
Swift
public let type: PhoneNumberType
-
Undocumented
Declaration
Swift
public init(number: String, type: PhoneNumberType)
-
Declaration
Swift
public func validate(name: String) throws