Class: Aws::LocationService::Types::DescribeGeofenceCollectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::DescribeGeofenceCollectionRequest
- 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.
Instance Attribute Details
#collection_name ⇒ String
The name of the geofence collection.
2247 2248 2249 2250 2251 |
# File 'lib/aws-sdk-locationservice/types.rb', line 2247 class DescribeGeofenceCollectionRequest < Struct.new( :collection_name) SENSITIVE = [] include Aws::Structure end |