Class: Aws::Greengrass::Types::RuntimeConfigurationUpdate
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Greengrass::Types::RuntimeConfigurationUpdate
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-greengrass/types.rb
 
Overview
Runtime configuration for a thing.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #telemetry_configuration  ⇒ Types::TelemetryConfigurationUpdate 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Configuration for telemetry service.
 
Instance Attribute Details
#telemetry_configuration ⇒ Types::TelemetryConfigurationUpdate
Configuration for telemetry service.
      4190 4191 4192 4193 4194  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 4190 class RuntimeConfigurationUpdate < Struct.new( :telemetry_configuration) SENSITIVE = [] include Aws::Structure end  |