Class: Aws::LocationService::Types::BatchPutGeofenceSuccess

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

Overview

Contains a summary of each geofence that was successfully stored in a given geofence collection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#create_timeTime

The timestamp for when the geofence was stored in a geofence collection in [ISO 8601] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`

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

Returns:

  • (Time)


545
546
547
548
549
550
551
# File 'lib/aws-sdk-locationservice/types.rb', line 545

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

#geofence_idString

The geofence successfully stored in a geofence collection.

Returns:

  • (String)


545
546
547
548
549
550
551
# File 'lib/aws-sdk-locationservice/types.rb', line 545

class BatchPutGeofenceSuccess < 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)


545
546
547
548
549
550
551
# File 'lib/aws-sdk-locationservice/types.rb', line 545

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