Class: Aws::LocationService::Types::BatchPutGeofenceResponse

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

#errorsArray<Types::BatchPutGeofenceError>

Contains additional error details for each geofence that failed to be stored in a geofence collection.

Returns:



511
512
513
514
515
516
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 511

class BatchPutGeofenceResponse < Struct.new(
  :successes,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#successesArray<Types::BatchPutGeofenceSuccess>

Contains each geofence that was successfully stored in a geofence collection.

Returns:



511
512
513
514
515
516
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 511

class BatchPutGeofenceResponse < Struct.new(
  :successes,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end