Class: Aws::Greengrass::Types::TelemetryConfigurationUpdate

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

Overview

Configuration settings for running telemetry.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#telemetryString

Configure telemetry to be on or off.

Returns:

  • (String)


4438
4439
4440
4441
4442
# File 'lib/aws-sdk-greengrass/types.rb', line 4438

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