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.
2787 2788 2789 2790 2791 |
# File 'lib/aws-sdk-locationservice/types.rb', line 2787 class DescribeTrackerRequest < Struct.new( :tracker_name) SENSITIVE = [] include Aws::Structure end |