struct Aws::SQS::Types::Message
- Aws::SQS::Types::Message
- Struct
- Value
- Object
Defined in:
aws-sqs/types.crConstructors
Instance Method Summary
- #attributes : MessageSystemAttributeMap | Nil
- #body : String | Nil
- #clone
- #copy_with(message_id _message_id = @message_id, receipt_handle _receipt_handle = @receipt_handle, md5_of_body _md5_of_body = @md5_of_body, body _body = @body, attributes _attributes = @attributes, md5_of_message_attributes _md5_of_message_attributes = @md5_of_message_attributes, message_attributes _message_attributes = @message_attributes)
- #md5_of_body : String | Nil
- #md5_of_message_attributes : String | Nil
- #message_attributes : MessageBodyAttributeMap | Nil
- #message_id : String | Nil
- #receipt_handle : String | Nil
Constructor Detail
def self.new(message_id : String | Nil, receipt_handle : String | Nil, md5_of_body : String | Nil, body : String | Nil, attributes : MessageSystemAttributeMap | Nil, md5_of_message_attributes : String | Nil, message_attributes : MessageBodyAttributeMap | Nil)
#
Instance Method Detail
def copy_with(message_id _message_id = @message_id, receipt_handle _receipt_handle = @receipt_handle, md5_of_body _md5_of_body = @md5_of_body, body _body = @body, attributes _attributes = @attributes, md5_of_message_attributes _md5_of_message_attributes = @md5_of_message_attributes, message_attributes _message_attributes = @message_attributes)
#