Class: Aws::IoT::Types::DeleteThingTypeRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::DeleteThingTypeRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
The input for the DeleteThingType operation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #thing_type_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the thing type.
 
Instance Attribute Details
#thing_type_name ⇒ String
The name of the thing type.
      4784 4785 4786 4787 4788  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 4784 class DeleteThingTypeRequest < Struct.new( :thing_type_name) SENSITIVE = [] include Aws::Structure end  |