Class: Aws::Greengrass::Types::UpdateThingRuntimeConfigurationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#telemetry_configurationTypes::TelemetryConfigurationUpdate

Configuration settings for running telemetry.



4691
4692
4693
4694
4695
4696
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 4691

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

#thing_nameString

Returns:

  • (String)


4691
4692
4693
4694
4695
4696
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 4691

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