Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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)

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

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)

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

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)

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

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