Class: Aws::Types::SendMessageResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#md5_of_message_attributes::String

Returns the value of attribute md5_of_message_attributes.

Returns:

  • (::String)


425
426
427
# File 'sig/types.rbs', line 425

def md5_of_message_attributes
  @md5_of_message_attributes
end

#md5_of_message_body::String

Returns the value of attribute md5_of_message_body.

Returns:

  • (::String)


424
425
426
# File 'sig/types.rbs', line 424

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.

Returns:

  • (::String)


426
427
428
# File 'sig/types.rbs', line 426

def md5_of_message_system_attributes
  @md5_of_message_system_attributes
end

#message_id::String

Returns the value of attribute message_id.

Returns:

  • (::String)


427
428
429
# File 'sig/types.rbs', line 427

def message_id
  @message_id
end

#sequence_number::String

Returns the value of attribute sequence_number.

Returns:

  • (::String)


428
429
430
# File 'sig/types.rbs', line 428

def sequence_number
  @sequence_number
end