Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::Greengrass::Types::TelemetryConfiguration

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

Overview

Configuration settings for running telemetry.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_sync_statusString

Synchronization status of the device reported configuration with the desired configuration.

Returns:

  • (String)

4423
4424
4425
4426
4427
4428
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 4423

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

#telemetryString

Configure telemetry to be on or off.

Returns:

  • (String)

4423
4424
4425
4426
4427
4428
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 4423

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