Class: Aws::IoT::Types::DescribeIndexRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::DescribeIndexRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #index_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The index name.
 
Instance Attribute Details
#index_name ⇒ String
The index name.
      5620 5621 5622 5623 5624  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 5620 class DescribeIndexRequest < Struct.new( :index_name) SENSITIVE = [] include Aws::Structure end  |