UpdatePhoneNumberRequestItem
public struct UpdatePhoneNumberRequestItem : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The outbound calling name to update.
Declaration
Swift
public let callingName: String? -
The phone number ID to update.
Declaration
Swift
public let phoneNumberId: String -
The product type to update.
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
View on GitHub
UpdatePhoneNumberRequestItem Structure Reference