Class: Aws::Types::PublishInput
- Inherits:
-
Object
- Object
- Aws::Types::PublishInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#message_attributes ⇒ ::Hash[::String, Types::MessageAttributeValue]
Returns the value of attribute message_attributes.
-
#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_structure ⇒ ::String
Returns the value of attribute message_structure.
-
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
-
#subject ⇒ ::String
Returns the value of attribute subject.
-
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
-
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
470 471 472 |
# File 'sig/types.rbs', line 470 def @message end |
#message_attributes ⇒ ::Hash[::String, Types::MessageAttributeValue]
Returns the value of attribute message_attributes.
473 474 475 |
# File 'sig/types.rbs', line 473 def @message_attributes end |
#message_deduplication_id ⇒ ::String
Returns the value of attribute message_deduplication_id.
474 475 476 |
# File 'sig/types.rbs', line 474 def @message_deduplication_id end |
#message_group_id ⇒ ::String
Returns the value of attribute message_group_id.
475 476 477 |
# File 'sig/types.rbs', line 475 def @message_group_id end |
#message_structure ⇒ ::String
Returns the value of attribute message_structure.
472 473 474 |
# File 'sig/types.rbs', line 472 def @message_structure end |
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
469 470 471 |
# File 'sig/types.rbs', line 469 def phone_number @phone_number end |
#subject ⇒ ::String
Returns the value of attribute subject.
471 472 473 |
# File 'sig/types.rbs', line 471 def subject @subject end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
468 469 470 |
# File 'sig/types.rbs', line 468 def target_arn @target_arn end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
467 468 469 |
# File 'sig/types.rbs', line 467 def topic_arn @topic_arn end |