Class: Aws::Greengrass::Types::RuntimeConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-greengrass/types.rb

Overview

Runtime configuration for a thing.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#telemetry_configurationTypes::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