Class: Aws::LocationService::Types::DeletePlaceIndexRequest

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 to be deleted.

Returns:

  • (String)


2183
2184
2185
2186
2187
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2183

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