Class: Aws::Greengrass::Types::GetThingRuntimeConfigurationResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Greengrass::Types::GetThingRuntimeConfigurationResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-greengrass/types.rb
 
Overview
The runtime configuration for a thing.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #runtime_configuration  ⇒ Types::RuntimeConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Runtime configuration for a thing.
 
Instance Attribute Details
#runtime_configuration ⇒ Types::RuntimeConfiguration
Runtime configuration for a thing.
      3010 3011 3012 3013 3014  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 3010 class GetThingRuntimeConfigurationResponse < Struct.new( :runtime_configuration) SENSITIVE = [] include Aws::Structure end  |