struct Aws::SQS::Types::Message

Defined in:

aws-sqs/types.cr

Constructors

Instance Method Summary

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) #

[View source]

Instance Method Detail

def attributes : MessageSystemAttributeMap | Nil #

def body : String | Nil #

def clone #

[View source]
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) #

[View source]
def md5_of_body : String | Nil #

def md5_of_message_attributes : String | Nil #

def message_attributes : MessageBodyAttributeMap | Nil #

def message_id : String | Nil #

def receipt_handle : String | Nil #