struct Aws::SQS::Types::SendMessageResult

Defined in:

aws-sqs/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(md5_of_message_body : String | Nil, md5_of_message_attributes : String | Nil, md5_of_message_system_attributes : String | Nil, message_id : String | Nil, sequence_number : String | Nil) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(md5_of_message_body _md5_of_message_body = @md5_of_message_body, md5_of_message_attributes _md5_of_message_attributes = @md5_of_message_attributes, md5_of_message_system_attributes _md5_of_message_system_attributes = @md5_of_message_system_attributes, message_id _message_id = @message_id, sequence_number _sequence_number = @sequence_number) #

[View source]
def md5_of_message_attributes : String | Nil #

def md5_of_message_body : String | Nil #

def md5_of_message_system_attributes : String | Nil #

def message_id : String | Nil #

def sequence_number : String | Nil #