Class: Aws::Greengrass::Types::UpdateThingRuntimeConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::UpdateThingRuntimeConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#telemetry_configuration ⇒ Types::TelemetryConfigurationUpdate
Configuration settings for running telemetry.
- #thing_name ⇒ String
Instance Attribute Details
#telemetry_configuration ⇒ Types::TelemetryConfigurationUpdate
Configuration settings for running telemetry.
4691 4692 4693 4694 4695 4696 |
# File 'lib/aws-sdk-greengrass/types.rb', line 4691 class UpdateThingRuntimeConfigurationRequest < Struct.new( :telemetry_configuration, :thing_name) SENSITIVE = [] include Aws::Structure end |
#thing_name ⇒ String
4691 4692 4693 4694 4695 4696 |
# File 'lib/aws-sdk-greengrass/types.rb', line 4691 class UpdateThingRuntimeConfigurationRequest < Struct.new( :telemetry_configuration, :thing_name) SENSITIVE = [] include Aws::Structure end |