Class: Aws::LocationService::Types::PutGeofenceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::PutGeofenceResponse
- Defined in:
- gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#create_time ⇒ Time
The timestamp for when the geofence was created in [ISO 8601][1] format:
YYYY-MM-DDThh:mm:ss.sssZ
. -
#geofence_id ⇒ String
The geofence identifier entered in the request.
-
#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 created in ISO 8601
format: YYYY-MM-DDThh:mm:ss.sssZ
5436 5437 5438 5439 5440 5441 5442 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 5436 class PutGeofenceResponse < Struct.new( :geofence_id, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#geofence_id ⇒ String
The geofence identifier entered in the request.
5436 5437 5438 5439 5440 5441 5442 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 5436 class PutGeofenceResponse < 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
5436 5437 5438 5439 5440 5441 5442 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 5436 class PutGeofenceResponse < Struct.new( :geofence_id, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |