PhoneNumberCapabilities
public struct PhoneNumberCapabilities : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Allows or denies inbound calling for the specified phone number.
Declaration
Swift
public let inboundCall: Bool? -
Allows or denies inbound MMS messaging for the specified phone number.
Declaration
Swift
public let inboundMMS: Bool? -
Allows or denies inbound SMS messaging for the specified phone number.
Declaration
Swift
public let inboundSMS: Bool? -
Allows or denies outbound calling for the specified phone number.
Declaration
Swift
public let outboundCall: Bool? -
Allows or denies outbound MMS messaging for the specified phone number.
Declaration
Swift
public let outboundMMS: Bool? -
Allows or denies outbound SMS messaging for the specified phone number.
Declaration
Swift
public let outboundSMS: Bool? -
Undocumented
Declaration
Swift
public init(inboundCall: Bool? = nil, inboundMMS: Bool? = nil, inboundSMS: Bool? = nil, outboundCall: Bool? = nil, outboundMMS: Bool? = nil, outboundSMS: Bool? = nil)
View on GitHub
PhoneNumberCapabilities Structure Reference