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)


5438
5439
5440
5441
5442
5443
5444
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 5438

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

#geofence_idString

The geofence identifier entered in the request.

Returns:

  • (String)


5438
5439
5440
5441
5442
5443
5444
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 5438

class PutGeofenceResponse < Struct.new(
  :geofence_id,
  :create_time,
  :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)


5438
5439
5440
5441
5442
5443
5444
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 5438

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