Class: Aws::Types::SendMessageBatchResultEntry

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.



403
404
405
# File 'sig/types.rbs', line 403

def id
  @id
end

#md5_of_message_attributes::String

Returns the value of attribute md5_of_message_attributes.



406
407
408
# File 'sig/types.rbs', line 406

def md5_of_message_attributes
  @md5_of_message_attributes
end

#md5_of_message_body::String

Returns the value of attribute md5_of_message_body.



405
406
407
# File 'sig/types.rbs', line 405

def md5_of_message_body
  @md5_of_message_body
end

#md5_of_message_system_attributes::String

Returns the value of attribute md5_of_message_system_attributes.



407
408
409
# File 'sig/types.rbs', line 407

def md5_of_message_system_attributes
  @md5_of_message_system_attributes
end

#message_id::String

Returns the value of attribute message_id.



404
405
406
# File 'sig/types.rbs', line 404

def message_id
  @message_id
end

#sequence_number::String

Returns the value of attribute sequence_number.



408
409
410
# File 'sig/types.rbs', line 408

def sequence_number
  @sequence_number
end