Class: Aws::Greengrass::Types::RuntimeConfigurationUpdate

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::TelemetryConfigurationUpdate

Configuration for telemetry service.



4190
4191
4192
4193
4194
# File 'lib/aws-sdk-greengrass/types.rb', line 4190

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