Class: Aws::LocationService::Types::DisassociateTrackerConsumerRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-locationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#consumer_arnString

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`

^

Returns:

  • (String)


2975
2976
2977
2978
2979
2980
# File 'lib/aws-sdk-locationservice/types.rb', line 2975

class DisassociateTrackerConsumerRequest < Struct.new(
  :tracker_name,
  :consumer_arn)
  SENSITIVE = []
  include Aws::Structure
end

#tracker_nameString

The name of the tracker resource to be dissociated from the consumer.

Returns:

  • (String)


2975
2976
2977
2978
2979
2980
# File 'lib/aws-sdk-locationservice/types.rb', line 2975

class DisassociateTrackerConsumerRequest < Struct.new(
  :tracker_name,
  :consumer_arn)
  SENSITIVE = []
  include Aws::Structure
end