Class: Aws::LocationService::Types::DescribePlaceIndexRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#index_nameString

The name of the place index resource.

Returns:

  • (String)


2486
2487
2488
2489
2490
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2486

class DescribePlaceIndexRequest < Struct.new(
  :index_name)
  SENSITIVE = []
  include Aws::Structure
end