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:



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

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

#successesArray<Types::BatchPutGeofenceSuccess>

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

Returns:



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

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