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 =
[:create_time, :update_time]

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)


5564
5565
5566
5567
5568
5569
5570
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 5564

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

#geofence_idString

The geofence identifier entered in the request.

Returns:

  • (String)


5564
5565
5566
5567
5568
5569
5570
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 5564

class PutGeofenceResponse < Struct.new(
  :geofence_id,
  :create_time,
  :update_time)
  SENSITIVE = [:create_time, :update_time]
  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)


5564
5565
5566
5567
5568
5569
5570
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 5564

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