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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-locationservice/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)


3132
3133
3134
3135
3136
3137
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3132

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

#geofence_idString

The geofence you're retrieving details for.

Returns:

  • (String)


3132
3133
3134
3135
3136
3137
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3132

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