Class: Aws::LocationService::Types::PutGeofenceResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#create_timeTime

The timestamp for when the geofence was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ

Returns:

  • (Time)


5084
5085
5086
5087
5088
5089
5090
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 5084

class PutGeofenceResponse < Struct.new(
  :create_time,
  :geofence_id,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#geofence_idString

The geofence identifier entered in the request.

Returns:

  • (String)


5084
5085
5086
5087
5088
5089
5090
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 5084

class PutGeofenceResponse < Struct.new(
  :create_time,
  :geofence_id,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

The timestamp for when the geofence was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ

Returns:

  • (Time)


5084
5085
5086
5087
5088
5089
5090
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 5084

class PutGeofenceResponse < Struct.new(
  :create_time,
  :geofence_id,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end