Class: Aws::LocationService::Types::DeleteTrackerRequest

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 to be deleted.

Returns:

  • (String)


2231
2232
2233
2234
2235
# File 'lib/aws-sdk-locationservice/types.rb', line 2231

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