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

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

Returns:

  • (String)


2215
2216
2217
2218
2219
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2215

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