Class: Aws::Types::IotTopicPublishAction
- Inherits:
-
Object
- Object
- Aws::Types::IotTopicPublishAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mqtt_topic ⇒ ::String
Returns the value of attribute mqtt_topic.
-
#payload ⇒ Types::Payload
Returns the value of attribute payload.
Instance Attribute Details
#mqtt_topic ⇒ ::String
Returns the value of attribute mqtt_topic.
470 471 472 |
# File 'sig/types.rbs', line 470 def mqtt_topic @mqtt_topic end |
#payload ⇒ Types::Payload
Returns the value of attribute payload.
471 472 473 |
# File 'sig/types.rbs', line 471 def payload @payload end |