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)


2242
2243
2244
2245
2246
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2242

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