TelephonySettings
public struct TelephonySettings : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Allows or denies inbound calling.
Declaration
Swift
public let inboundCalling: Bool
-
Allows or denies outbound calling.
Declaration
Swift
public let outboundCalling: Bool
-
Allows or denies SMS messaging.
Declaration
Swift
public let sms: Bool
-
Undocumented
Declaration
Swift
public init(inboundCalling: Bool, outboundCalling: Bool, sms: Bool)