Class: Aws::LocationService::Types::DescribePlaceIndexRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LocationService::Types::DescribePlaceIndexRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-locationservice/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #index_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the place index resource.
 
Instance Attribute Details
#index_name ⇒ String
The name of the place index resource.
      2504 2505 2506 2507 2508  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 2504 class DescribePlaceIndexRequest < Struct.new( :index_name) SENSITIVE = [] include Aws::Structure end  |