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)


2502
2503
2504
2505
2506
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2502

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