UpdatePhoneNumberRequest
public struct UpdatePhoneNumberRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The outbound calling name associated with the phone number.
Declaration
Swift
public let callingName: String?
-
The phone number ID.
Declaration
Swift
public let phoneNumberId: String
-
The product type.
Declaration
Swift
public let productType: PhoneNumberProductType?
-
Undocumented
Declaration
Swift
public init(callingName: String? = nil, phoneNumberId: String, productType: PhoneNumberProductType? = nil)
-
Declaration
Swift
public func validate(name: String) throws