Class: Aws::Types::SendMessageBatchRequestEntry
- Inherits:
-
Object
- Object
- Aws::Types::SendMessageBatchRequestEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delay_seconds ⇒ ::Integer
Returns the value of attribute delay_seconds.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#message_attributes ⇒ ::Hash[::String, Types::MessageAttributeValue]
Returns the value of attribute message_attributes.
-
#message_body ⇒ ::String
Returns the value of attribute message_body.
-
#message_deduplication_id ⇒ ::String
Returns the value of attribute message_deduplication_id.
-
#message_group_id ⇒ ::String
Returns the value of attribute message_group_id.
-
#message_system_attributes ⇒ ::Hash[("AWSTraceHeader"), Types::MessageSystemAttributeValue]
Returns the value of attribute message_system_attributes.
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 end |
#message_body ⇒ ::String
Returns the value of attribute message_body.
387 388 389 |
# File 'sig/types.rbs', line 387 def end |
#message_deduplication_id ⇒ ::String
Returns the value of attribute message_deduplication_id.
391 392 393 |
# File 'sig/types.rbs', line 391 def end |
#message_group_id ⇒ ::String
Returns the value of attribute message_group_id.
392 393 394 |
# File 'sig/types.rbs', line 392 def 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 end |