Class: Aws::LocationService::Types::GetGeofenceRequest

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 geofence collection storing the target geofence.

Returns:

  • (String)


3378
3379
3380
3381
3382
3383
# File 'lib/aws-sdk-locationservice/types.rb', line 3378

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

#geofence_idString

The geofence you’re retrieving details for.

Returns:

  • (String)


3378
3379
3380
3381
3382
3383
# File 'lib/aws-sdk-locationservice/types.rb', line 3378

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