Class: Aws::LocationService::Types::DescribeGeofenceCollectionRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LocationService::Types::DescribeGeofenceCollectionRequest
 
 
- 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.
 
Instance Attribute Details
#collection_name ⇒ String
The name of the geofence collection.
      2249 2250 2251 2252 2253  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 2249 class DescribeGeofenceCollectionRequest < Struct.new( :collection_name) SENSITIVE = [] include Aws::Structure end  |