Class: Aws::LocationService::Types::GetGeofenceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::GetGeofenceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collection_name ⇒ String
The geofence collection storing the target geofence.
-
#geofence_id ⇒ String
The geofence you’re retrieving details for.
Instance Attribute Details
#collection_name ⇒ String
The geofence collection storing the target geofence.
3376 3377 3378 3379 3380 3381 |
# File 'lib/aws-sdk-locationservice/types.rb', line 3376 class GetGeofenceRequest < Struct.new( :collection_name, :geofence_id) SENSITIVE = [] include Aws::Structure end |
#geofence_id ⇒ String
The geofence you’re retrieving details for.
3376 3377 3378 3379 3380 3381 |
# File 'lib/aws-sdk-locationservice/types.rb', line 3376 class GetGeofenceRequest < Struct.new( :collection_name, :geofence_id) SENSITIVE = [] include Aws::Structure end |