Class: Aws::LocationService::Types::DeleteGeofenceCollectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::DeleteGeofenceCollectionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collection_name ⇒ String
The name of the geofence collection to be deleted.
Instance Attribute Details
#collection_name ⇒ String
The name of the geofence collection to be deleted.
2135 2136 2137 2138 2139 |
# File 'lib/aws-sdk-locationservice/types.rb', line 2135 class DeleteGeofenceCollectionRequest < Struct.new( :collection_name) SENSITIVE = [] include Aws::Structure end |