Class: Aws::LocationService::Types::PutGeofenceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::PutGeofenceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:create_time, :update_time]
Instance Attribute Summary collapse
-
#create_time ⇒ Time
The timestamp for when the geofence was created in [ISO 8601] 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] 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`
5615 5616 5617 5618 5619 5620 5621 |
# File 'lib/aws-sdk-locationservice/types.rb', line 5615 class PutGeofenceResponse < Struct.new( :geofence_id, :create_time, :update_time) SENSITIVE = [:create_time, :update_time] include Aws::Structure end |
#geofence_id ⇒ String
The geofence identifier entered in the request.
5615 5616 5617 5618 5619 5620 5621 |
# File 'lib/aws-sdk-locationservice/types.rb', line 5615 class PutGeofenceResponse < Struct.new( :geofence_id, :create_time, :update_time) SENSITIVE = [:create_time, :update_time] 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`
5615 5616 5617 5618 5619 5620 5621 |
# File 'lib/aws-sdk-locationservice/types.rb', line 5615 class PutGeofenceResponse < Struct.new( :geofence_id, :create_time, :update_time) SENSITIVE = [:create_time, :update_time] include Aws::Structure end |