Class: Aws::LocationService::Types::CancelJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::CancelJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_arn ⇒ String
Amazon Resource Name (ARN) of the cancelled job.
-
#job_id ⇒ String
Unique job identifier.
-
#status ⇒ String
Job status after cancellation request.
Instance Attribute Details
#job_arn ⇒ String
Amazon Resource Name (ARN) of the cancelled job.
1389 1390 1391 1392 1393 1394 1395 |
# File 'lib/aws-sdk-locationservice/types.rb', line 1389 class CancelJobResponse < Struct.new( :job_arn, :job_id, :status) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
Unique job identifier.
1389 1390 1391 1392 1393 1394 1395 |
# File 'lib/aws-sdk-locationservice/types.rb', line 1389 class CancelJobResponse < Struct.new( :job_arn, :job_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Job status after cancellation request.
1389 1390 1391 1392 1393 1394 1395 |
# File 'lib/aws-sdk-locationservice/types.rb', line 1389 class CancelJobResponse < Struct.new( :job_arn, :job_id, :status) SENSITIVE = [] include Aws::Structure end |