Class: Aws::LocationService::Types::DescribeTrackerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::DescribeTrackerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tracker_name ⇒ String
The name of the tracker resource.
Instance Attribute Details
#tracker_name ⇒ String
The name of the tracker resource.
2693 2694 2695 2696 2697 |
# File 'lib/aws-sdk-locationservice/types.rb', line 2693 class DescribeTrackerRequest < Struct.new( :tracker_name) SENSITIVE = [] include Aws::Structure end |