MessageSystemAttributeValue

public struct MessageSystemAttributeValue : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Not implemented. Reserved for future use.

    Declaration

    Swift

    public let binaryListValues: [Data]?
  • Binary type attributes can store any binary data, such as compressed data, encrypted data, or images.

    Declaration

    Swift

    public let binaryValue: Data?
  • Amazon SQS supports the following logical data types: String, Number, and Binary. For the Number data type, you must use StringValue. You can also append custom labels. For more information, see Amazon SQS Message Attributes in the Amazon Simple Queue Service Developer Guide.

    Declaration

    Swift

    public let dataType: String
  • Not implemented. Reserved for future use.

    Declaration

    Swift

    public let stringListValues: [String]?
  • Strings are Unicode with UTF-8 binary encoding. For a list of code values, see ASCII Printable Characters.

    Declaration

    Swift

    public let stringValue: String?
  • Undocumented

    Declaration

    Swift

    public init(binaryListValues: [Data]? = nil, binaryValue: Data? = nil, dataType: String, stringListValues: [String]? = nil, stringValue: String? = nil)