Class: Aws::Types::UpdateThingRuntimeConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateThingRuntimeConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#telemetry_configuration ⇒ Types::TelemetryConfigurationUpdate
Returns the value of attribute telemetry_configuration.
-
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
Instance Attribute Details
#telemetry_configuration ⇒ Types::TelemetryConfigurationUpdate
Returns the value of attribute telemetry_configuration.
1545 1546 1547 |
# File 'sig/types.rbs', line 1545 def telemetry_configuration @telemetry_configuration end |
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
1546 1547 1548 |
# File 'sig/types.rbs', line 1546 def thing_name @thing_name end |