MessageAttributeValue

public struct MessageAttributeValue : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.

    Declaration

    Swift

    public let binaryValue: Data?
  • Amazon SNS supports the following logical data types: String, String.Array, Number, and Binary. For more information, see Message Attribute Data Types.

    Declaration

    Swift

    public let dataType: String
  • Strings are Unicode with UTF8 binary encoding. For a list of code values, see ASCII Printable Characters.

    Declaration

    Swift

    public let stringValue: String?
  • Undocumented

    Declaration

    Swift

    public init(binaryValue: Data? = nil, dataType: String, stringValue: String? = nil)