GetSMSAttributesResponse

public struct GetSMSAttributesResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The SMS attribute names and their values.

    Declaration

    Swift

    public let attributes: [String : String]?
  • Undocumented

    Declaration

    Swift

    public init(attributes: [String : String]? = nil)