Class: Aws::Types::SendMessageRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendMessageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delay_seconds ⇒ ::Integer
Returns the value of attribute delay_seconds.
-
#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.
-
#queue_url ⇒ ::String
Returns the value of attribute queue_url.
Instance Attribute Details
#delay_seconds ⇒ ::Integer
Returns the value of attribute delay_seconds.
415 416 417 |
# File 'sig/types.rbs', line 415 def delay_seconds @delay_seconds end |
#message_attributes ⇒ ::Hash[::String, Types::MessageAttributeValue]
Returns the value of attribute message_attributes.
416 417 418 |
# File 'sig/types.rbs', line 416 def @message_attributes end |
#message_body ⇒ ::String
Returns the value of attribute message_body.
414 415 416 |
# File 'sig/types.rbs', line 414 def @message_body end |
#message_deduplication_id ⇒ ::String
Returns the value of attribute message_deduplication_id.
418 419 420 |
# File 'sig/types.rbs', line 418 def @message_deduplication_id end |
#message_group_id ⇒ ::String
Returns the value of attribute message_group_id.
419 420 421 |
# File 'sig/types.rbs', line 419 def @message_group_id end |
#message_system_attributes ⇒ ::Hash[("AWSTraceHeader"), Types::MessageSystemAttributeValue]
Returns the value of attribute message_system_attributes.
417 418 419 |
# File 'sig/types.rbs', line 417 def @message_system_attributes end |
#queue_url ⇒ ::String
Returns the value of attribute queue_url.
413 414 415 |
# File 'sig/types.rbs', line 413 def queue_url @queue_url end |