Class: Aws::LocationService::Types::BatchPutGeofenceSuccess
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::BatchPutGeofenceSuccess
- Defined in:
- gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb
Overview
Contains a summary of each geofence that was successfully stored in a given geofence collection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#create_time ⇒ Time
The timestamp for when the geofence was stored in a geofence collection in [ISO 8601][1] format:
YYYY-MM-DDThh:mm:ss.sssZ
. -
#geofence_id ⇒ String
The geofence successfully stored in a geofence collection.
-
#update_time ⇒ Time
The timestamp for when the geofence was last updated in [ISO 8601][1] format:
YYYY-MM-DDThh:mm:ss.sssZ
.
Instance Attribute Details
#create_time ⇒ Time
The timestamp for when the geofence was stored in a geofence
collection in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ
543 544 545 546 547 548 549 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 543 class BatchPutGeofenceSuccess < Struct.new( :geofence_id, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#geofence_id ⇒ String
The geofence successfully stored in a geofence collection.
543 544 545 546 547 548 549 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 543 class BatchPutGeofenceSuccess < Struct.new( :geofence_id, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
The timestamp for when the geofence was last updated in ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ
543 544 545 546 547 548 549 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 543 class BatchPutGeofenceSuccess < Struct.new( :geofence_id, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |