Class: Aws::Types::MetricsExportConfig
- Inherits:
-
Object
- Object
- Aws::Types::MetricsExportConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mqtt_topic ⇒ ::String
Returns the value of attribute mqtt_topic.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#mqtt_topic ⇒ ::String
Returns the value of attribute mqtt_topic.
3937 3938 3939 |
# File 'sig/types.rbs', line 3937 def mqtt_topic @mqtt_topic end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
3938 3939 3940 |
# File 'sig/types.rbs', line 3938 def role_arn @role_arn end |