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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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`

[1]: www.iso.org/iso-8601-date-and-time-format.html

Returns:

  • (Time)


5438
5439
5440
5441
5442
5443
5444
# File '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 '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`

[1]: www.iso.org/iso-8601-date-and-time-format.html

Returns:

  • (Time)


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

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