Class: Aws::Greengrass::Types::TelemetryConfigurationUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::TelemetryConfigurationUpdate
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Configuration settings for running telemetry.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#telemetry ⇒ String
Configure telemetry to be on or off.
Instance Attribute Details
#telemetry ⇒ String
Configure telemetry to be on or off.
4438 4439 4440 4441 4442 |
# File 'lib/aws-sdk-greengrass/types.rb', line 4438 class TelemetryConfigurationUpdate < Struct.new( :telemetry) SENSITIVE = [] include Aws::Structure end |