Class: Aws::LocationService::Types::CancelJobResponse

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

#job_arnString

Amazon Resource Name (ARN) of the cancelled job.

Returns:

  • (String)


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_idString

Unique job identifier.

Returns:

  • (String)


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

#statusString

Job status after cancellation request.

Returns:

  • (String)


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