Class: Aws::LocationService::Types::BatchPutGeofenceResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LocationService::Types::BatchPutGeofenceResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-locationservice/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #errors  ⇒ Array<Types::BatchPutGeofenceError> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains additional error details for each geofence that failed to be stored in a geofence collection.
 - 
  
    
      #successes  ⇒ Array<Types::BatchPutGeofenceSuccess> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains each geofence that was successfully stored in a geofence collection.
 
Instance Attribute Details
#errors ⇒ Array<Types::BatchPutGeofenceError>
Contains additional error details for each geofence that failed to be stored in a geofence collection.
      511 512 513 514 515 516  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 511 class BatchPutGeofenceResponse < Struct.new( :successes, :errors) SENSITIVE = [] include Aws::Structure end  | 
  
#successes ⇒ Array<Types::BatchPutGeofenceSuccess>
Contains each geofence that was successfully stored in a geofence collection.
      511 512 513 514 515 516  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 511 class BatchPutGeofenceResponse < Struct.new( :successes, :errors) SENSITIVE = [] include Aws::Structure end  |