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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2137
2138
2139
2140
2141
# File 'lib/aws-sdk-locationservice/types.rb', line 2137

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