Class: Aws::Greengrass::Types::RuntimeConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::RuntimeConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Runtime configuration for a thing.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#telemetry_configuration ⇒ Types::TelemetryConfiguration
Configuration for telemetry service.
Instance Attribute Details
#telemetry_configuration ⇒ Types::TelemetryConfiguration
Configuration for telemetry service.
4176 4177 4178 4179 4180 |
# File 'lib/aws-sdk-greengrass/types.rb', line 4176 class RuntimeConfiguration < Struct.new( :telemetry_configuration) SENSITIVE = [] include Aws::Structure end |