Class: Aws::Greengrass::Types::GetThingRuntimeConfigurationRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Greengrass::Types::GetThingRuntimeConfigurationRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-greengrass/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#thing_name ⇒ String
      2996 2997 2998 2999 3000  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 2996 class GetThingRuntimeConfigurationRequest < Struct.new( :thing_name) SENSITIVE = [] include Aws::Structure end  |