Class: Aws::LocationService::Types::UpdateGeofenceCollectionRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LocationService::Types::UpdateGeofenceCollectionRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-locationservice/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #collection_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the geofence collection to update.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Updates the description for the geofence collection.
 - 
  
    
      #pricing_plan  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
No longer used.
 - 
  
    
      #pricing_plan_data_source  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
This parameter is no longer used.
 
Instance Attribute Details
#collection_name ⇒ String
The name of the geofence collection to update.
      6593 6594 6595 6596 6597 6598 6599 6600  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 6593 class UpdateGeofenceCollectionRequest < Struct.new( :collection_name, :pricing_plan, :pricing_plan_data_source, :description) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
Updates the description for the geofence collection.
      6593 6594 6595 6596 6597 6598 6599 6600  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 6593 class UpdateGeofenceCollectionRequest < Struct.new( :collection_name, :pricing_plan, :pricing_plan_data_source, :description) SENSITIVE = [] include Aws::Structure end  | 
  
#pricing_plan ⇒ String
No longer used. If included, the only allowed value is ‘RequestBasedUsage`.
      6593 6594 6595 6596 6597 6598 6599 6600  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 6593 class UpdateGeofenceCollectionRequest < Struct.new( :collection_name, :pricing_plan, :pricing_plan_data_source, :description) SENSITIVE = [] include Aws::Structure end  | 
  
#pricing_plan_data_source ⇒ String
This parameter is no longer used.
      6593 6594 6595 6596 6597 6598 6599 6600  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 6593 class UpdateGeofenceCollectionRequest < Struct.new( :collection_name, :pricing_plan, :pricing_plan_data_source, :description) SENSITIVE = [] include Aws::Structure end  |