Class: Aws::LocationService::Types::CancelJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::CancelJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The unique identifier of the job to cancel.
Instance Attribute Details
#job_id ⇒ String
The unique identifier of the job to cancel.
1369 1370 1371 1372 1373 |
# File 'lib/aws-sdk-locationservice/types.rb', line 1369 class CancelJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |