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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-locationservice/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)


2736
2737
2738
2739
2740
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2736

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