Class: Aws::Types::Message

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Hash[("All" | "SenderId" | "SentTimestamp" | "ApproximateReceiveCount" | "ApproximateFirstReceiveTimestamp" | "SequenceNumber" | "MessageDeduplicationId" | "MessageGroupId" | "AWSTraceHeader" | "DeadLetterQueueSourceArn"), ::String]

Returns the value of attribute attributes.

Returns:

  • (::Hash[("All" | "SenderId" | "SentTimestamp" | "ApproximateReceiveCount" | "ApproximateFirstReceiveTimestamp" | "SequenceNumber" | "MessageDeduplicationId" | "MessageGroupId" | "AWSTraceHeader" | "DeadLetterQueueSourceArn"), ::String])


284
285
286
# File 'sig/types.rbs', line 284

def attributes
  @attributes
end

#body::String

Returns the value of attribute body.

Returns:

  • (::String)


283
284
285
# File 'sig/types.rbs', line 283

def body
  @body
end

#md5_of_body::String

Returns the value of attribute md5_of_body.

Returns:

  • (::String)


282
283
284
# File 'sig/types.rbs', line 282

def md5_of_body
  @md5_of_body
end

#md5_of_message_attributes::String

Returns the value of attribute md5_of_message_attributes.

Returns:

  • (::String)


285
286
287
# File 'sig/types.rbs', line 285

def md5_of_message_attributes
  @md5_of_message_attributes
end

#message_attributes::Hash[::String, Types::MessageAttributeValue]

Returns the value of attribute message_attributes.

Returns:



286
287
288
# File 'sig/types.rbs', line 286

def message_attributes
  @message_attributes
end

#message_id::String

Returns the value of attribute message_id.

Returns:

  • (::String)


280
281
282
# File 'sig/types.rbs', line 280

def message_id
  @message_id
end

#receipt_handle::String

Returns the value of attribute receipt_handle.

Returns:

  • (::String)


281
282
283
# File 'sig/types.rbs', line 281

def receipt_handle
  @receipt_handle
end