Class: Aws::Types::MqttTopicConfig
- Inherits:
-
Object
- Object
- Aws::Types::MqttTopicConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#mqtt_topic_arn ⇒ ::String
Returns the value of attribute mqtt_topic_arn.
Instance Attribute Details
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
970 971 972 |
# File 'sig/types.rbs', line 970 def execution_role_arn @execution_role_arn end |
#mqtt_topic_arn ⇒ ::String
Returns the value of attribute mqtt_topic_arn.
969 970 971 |
# File 'sig/types.rbs', line 969 def mqtt_topic_arn @mqtt_topic_arn end |