Class: Aws::LocationService::Types::AssociateTrackerConsumerRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::LocationService::Types::AssociateTrackerConsumerRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #consumer_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) for the geofence collection to be associated to tracker resource. 
- 
  
    
      #tracker_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the tracker resource to be associated with a geofence collection. 
Instance Attribute Details
#consumer_arn ⇒ String
The Amazon Resource Name (ARN) for the geofence collection to be associated to tracker resource. Used when you need to specify a resource across all Amazon Web Services.
- 
Format example: ‘arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollectionConsumer` 
^
| 164 165 166 167 168 169 | # File 'lib/aws-sdk-locationservice/types.rb', line 164 class AssociateTrackerConsumerRequest < Struct.new( :tracker_name, :consumer_arn) SENSITIVE = [] include Aws::Structure end | 
#tracker_name ⇒ String
The name of the tracker resource to be associated with a geofence collection.
| 164 165 166 167 168 169 | # File 'lib/aws-sdk-locationservice/types.rb', line 164 class AssociateTrackerConsumerRequest < Struct.new( :tracker_name, :consumer_arn) SENSITIVE = [] include Aws::Structure end |