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