Class: Aws::Types::MessageMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#message_id::String

Returns the value of attribute message_id.

Returns:

  • (::String)


170
171
172
# File 'sig/types.rbs', line 170

def message_id
  @message_id
end

#message_processing_status"PROCESSING", ...

Returns the value of attribute message_processing_status.

Returns:

  • ("PROCESSING", "FAILED", "REJECTED")


172
173
174
# File 'sig/types.rbs', line 172

def message_processing_status
  @message_processing_status
end

#receipts::Array[Types::Receipt]

Returns the value of attribute receipts.

Returns:



171
172
173
# File 'sig/types.rbs', line 171

def receipts
  @receipts
end