Class: Aws::LocationService::Types::ListGeofenceCollectionsResponseEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::ListGeofenceCollectionsResponseEntry
- Defined in:
- gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb
Overview
Contains the geofence collection details.
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][1] 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][1] format:
YYYY-MM-DDThh:mm:ss.sssZ
.
Instance Attribute Details
#collection_name ⇒ String
The name of the geofence collection.
4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 |
# File 'gems/aws-sdk-locationservice/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_time ⇒ Time
The timestamp for when the geofence collection was created in ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ
4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 |
# File 'gems/aws-sdk-locationservice/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 |
#description ⇒ String
The description for the geofence collection
4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 |
# File 'gems/aws-sdk-locationservice/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 ⇒ String
No longer used. Always returns RequestBasedUsage
.
4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 |
# File 'gems/aws-sdk-locationservice/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_source ⇒ String
No longer used. Always returns an empty string.
4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 |
# File 'gems/aws-sdk-locationservice/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_time ⇒ Time
Specifies a timestamp for when the resource was last updated in ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ
4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 |
# File 'gems/aws-sdk-locationservice/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 |