Class: Aws::LocationService::Types::DisassociateTrackerConsumerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::DisassociateTrackerConsumerRequest
- 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 disassociated from the tracker resource.
-
#tracker_name ⇒ String
The name of the tracker resource to be dissociated from the consumer.
Instance Attribute Details
#consumer_arn ⇒ String
The Amazon Resource Name (ARN) for the geofence collection to be disassociated from the 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`
^
3067 3068 3069 3070 3071 3072 |
# File 'lib/aws-sdk-locationservice/types.rb', line 3067 class DisassociateTrackerConsumerRequest < Struct.new( :tracker_name, :consumer_arn) SENSITIVE = [] include Aws::Structure end |
#tracker_name ⇒ String
The name of the tracker resource to be dissociated from the consumer.
3067 3068 3069 3070 3071 3072 |
# File 'lib/aws-sdk-locationservice/types.rb', line 3067 class DisassociateTrackerConsumerRequest < Struct.new( :tracker_name, :consumer_arn) SENSITIVE = [] include Aws::Structure end |