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.
2502 2503 2504 2505 2506 |
# File 'lib/aws-sdk-locationservice/types.rb', line 2502 class DescribePlaceIndexRequest < Struct.new( :index_name) SENSITIVE = [] include Aws::Structure end |