Class: Aws::Types::SendMessageBatchRequestEntry

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#delay_seconds::Integer

Returns the value of attribute delay_seconds.



388
389
390
# File 'sig/types.rbs', line 388

def delay_seconds
  @delay_seconds
end

#id::String

Returns the value of attribute id.



386
387
388
# File 'sig/types.rbs', line 386

def id
  @id
end

#message_attributes::Hash[::String, Types::MessageAttributeValue]

Returns the value of attribute message_attributes.



389
390
391
# File 'sig/types.rbs', line 389

def message_attributes
  @message_attributes
end

#message_body::String

Returns the value of attribute message_body.



387
388
389
# File 'sig/types.rbs', line 387

def message_body
  @message_body
end

#message_deduplication_id::String

Returns the value of attribute message_deduplication_id.



391
392
393
# File 'sig/types.rbs', line 391

def message_deduplication_id
  @message_deduplication_id
end

#message_group_id::String

Returns the value of attribute message_group_id.



392
393
394
# File 'sig/types.rbs', line 392

def message_group_id
  @message_group_id
end

#message_system_attributes::Hash[("AWSTraceHeader"), Types::MessageSystemAttributeValue]

Returns the value of attribute message_system_attributes.



390
391
392
# File 'sig/types.rbs', line 390

def message_system_attributes
  @message_system_attributes
end