Class: Aws::LocationService::Types::ListGeofenceCollectionsResponseEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::ListGeofenceCollectionsResponseEntry
- 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
-
#collection_name ⇒ String
The name of the geofence collection.
-
#create_time ⇒ Time
The timestamp for when the geofence collection was created in [ISO 8601] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`.
-
#description ⇒ String
The description for the geofence collection.
-
#pricing_plan ⇒ String
No longer used.
-
#pricing_plan_data_source ⇒ String
No longer used.
-
#update_time ⇒ Time
Specifies a timestamp for when the resource was last updated in [ISO 8601] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`.
Instance Attribute Details
#collection_name ⇒ String
The name of the geofence collection.
4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 |
# File 'lib/aws-sdk-locationservice/types.rb', line 4141 class ListGeofenceCollectionsResponseEntry < Struct.new( :collection_name, :description, :pricing_plan, :pricing_plan_data_source, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#create_time ⇒ Time
The timestamp for when the geofence collection was created in [ISO 8601] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`
4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 |
# File 'lib/aws-sdk-locationservice/types.rb', line 4141 class ListGeofenceCollectionsResponseEntry < Struct.new( :collection_name, :description, :pricing_plan, :pricing_plan_data_source, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description for the geofence collection
4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 |
# File 'lib/aws-sdk-locationservice/types.rb', line 4141 class ListGeofenceCollectionsResponseEntry < Struct.new( :collection_name, :description, :pricing_plan, :pricing_plan_data_source, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#pricing_plan ⇒ String
No longer used. Always returns ‘RequestBasedUsage`.
4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 |
# File 'lib/aws-sdk-locationservice/types.rb', line 4141 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_source ⇒ String
No longer used. Always returns an empty string.
4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 |
# File 'lib/aws-sdk-locationservice/types.rb', line 4141 class ListGeofenceCollectionsResponseEntry < Struct.new( :collection_name, :description, :pricing_plan, :pricing_plan_data_source, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
Specifies a timestamp for when the resource was last updated in [ISO 8601] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`
4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 |
# File 'lib/aws-sdk-locationservice/types.rb', line 4141 class ListGeofenceCollectionsResponseEntry < Struct.new( :collection_name, :description, :pricing_plan, :pricing_plan_data_source, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |