Class: Aws::LocationService::Types::ListGeofenceCollectionsResponseEntry

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-locationservice/types.rb

Overview

Contains the geofence collection details.

<note markdown=“1”> The returned geometry will always match the geometry format used when the geofence was created.

</note>

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#collection_nameString

The name of the geofence collection.

Returns:

  • (String)


4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
# File 'lib/aws-sdk-locationservice/types.rb', line 4143

class ListGeofenceCollectionsResponseEntry < Struct.new(
  :collection_name,
  :description,
  :pricing_plan,
  :pricing_plan_data_source,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#create_timeTime

The timestamp for when the geofence collection was created in [ISO 8601] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`

[1]: www.iso.org/iso-8601-date-and-time-format.html

Returns:

  • (Time)


4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
# File 'lib/aws-sdk-locationservice/types.rb', line 4143

class ListGeofenceCollectionsResponseEntry < Struct.new(
  :collection_name,
  :description,
  :pricing_plan,
  :pricing_plan_data_source,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description for the geofence collection

Returns:

  • (String)


4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
# File 'lib/aws-sdk-locationservice/types.rb', line 4143

class ListGeofenceCollectionsResponseEntry < Struct.new(
  :collection_name,
  :description,
  :pricing_plan,
  :pricing_plan_data_source,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#pricing_planString

No longer used. Always returns ‘RequestBasedUsage`.

Returns:

  • (String)


4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
# File 'lib/aws-sdk-locationservice/types.rb', line 4143

class ListGeofenceCollectionsResponseEntry < Struct.new(
  :collection_name,
  :description,
  :pricing_plan,
  :pricing_plan_data_source,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#pricing_plan_data_sourceString

No longer used. Always returns an empty string.

Returns:

  • (String)


4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
# File 'lib/aws-sdk-locationservice/types.rb', line 4143

class ListGeofenceCollectionsResponseEntry < Struct.new(
  :collection_name,
  :description,
  :pricing_plan,
  :pricing_plan_data_source,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

Specifies a timestamp for when the resource was last updated in [ISO 8601] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`

[1]: www.iso.org/iso-8601-date-and-time-format.html

Returns:

  • (Time)


4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
# File 'lib/aws-sdk-locationservice/types.rb', line 4143

class ListGeofenceCollectionsResponseEntry < Struct.new(
  :collection_name,
  :description,
  :pricing_plan,
  :pricing_plan_data_source,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end