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)


2677
2678
2679
2680
2681
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2677

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