Class: Aws::Greengrass::Types::TelemetryConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Greengrass::Types::TelemetryConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-greengrass/types.rb
 
Overview
Configuration settings for running telemetry.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #configuration_sync_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Synchronization status of the device reported configuration with the desired configuration.
 - 
  
    
      #telemetry  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Configure telemetry to be on or off.
 
Instance Attribute Details
#configuration_sync_status ⇒ String
Synchronization status of the device reported configuration with the desired configuration.
      4423 4424 4425 4426 4427 4428  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 4423 class TelemetryConfiguration < Struct.new( :configuration_sync_status, :telemetry) SENSITIVE = [] include Aws::Structure end  | 
  
#telemetry ⇒ String
Configure telemetry to be on or off.
      4423 4424 4425 4426 4427 4428  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 4423 class TelemetryConfiguration < Struct.new( :configuration_sync_status, :telemetry) SENSITIVE = [] include Aws::Structure end  |