struct Aws::SQS::Types::SendMessageBatchRequestEntry

Defined in:

aws-sqs/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, message_body : String, delay_seconds : Int32 | Nil, message_attributes : MessageBodyAttributeMap | Nil, message_system_attributes : MessageBodySystemAttributeMap | Nil, message_deduplication_id : String | Nil, message_group_id : String | Nil) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(id _id = @id, message_body _message_body = @message_body, delay_seconds _delay_seconds = @delay_seconds, message_attributes _message_attributes = @message_attributes, message_system_attributes _message_system_attributes = @message_system_attributes, message_deduplication_id _message_deduplication_id = @message_deduplication_id, message_group_id _message_group_id = @message_group_id) #

[View source]
def delay_seconds : Int32 | Nil #

def id : String #

def message_attributes : MessageBodyAttributeMap | Nil #

def message_body : String #

def message_deduplication_id : String | Nil #

def message_group_id : String | Nil #

def message_system_attributes : MessageBodySystemAttributeMap | Nil #