Class: Aws::LocationService::Types::DescribeTrackerRequest

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

#tracker_nameString

The name of the tracker resource.

Returns:

  • (String)


2695
2696
2697
2698
2699
# File 'lib/aws-sdk-locationservice/types.rb', line 2695

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