Class: Aws::LocationService::Types::DeleteTrackerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::DeleteTrackerRequest
- 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 to be deleted.
Instance Attribute Details
#tracker_name ⇒ String
The name of the tracker resource to be deleted.
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 |