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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-greengrass/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 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 4176

class RuntimeConfiguration < Struct.new(
  :telemetry_configuration)
  SENSITIVE = []
  include Aws::Structure
end