CheckIfPhoneNumberIsOptedOutResponse

public struct CheckIfPhoneNumberIsOptedOutResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Indicates whether the phone number is opted out: true – The phone number is opted out, meaning you cannot publish SMS messages to it. false – The phone number is opted in, meaning you can publish SMS messages to it.

    Declaration

    Swift

    public let isOptedOut: Bool?
  • Undocumented

    Declaration

    Swift

    public init(isOptedOut: Bool? = nil)