Class: Aws::LocationService::Types::DeleteGeofenceCollectionRequest

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

#collection_nameString

The name of the geofence collection to be deleted.

Returns:

  • (String)


2119
2120
2121
2122
2123
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2119

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