Class: Aws::IoT::Types::DescribeThingGroupRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::DescribeThingGroupRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #thing_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the thing group.
 
Instance Attribute Details
#thing_group_name ⇒ String
The name of the thing group.
      6242 6243 6244 6245 6246  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 6242 class DescribeThingGroupRequest < Struct.new( :thing_group_name) SENSITIVE = [] include Aws::Structure end  |