Class: Aws::EMRServerless::Types::StartJobRunResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

This output displays the application ID on which the job run was submitted.

Returns:

  • (String)


1341
1342
1343
1344
1345
1346
1347
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1341

class StartJobRunResponse < Struct.new(
  :application_id,
  :job_run_id,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

This output displays the ARN of the job run..

Returns:

  • (String)


1341
1342
1343
1344
1345
1346
1347
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1341

class StartJobRunResponse < Struct.new(
  :application_id,
  :job_run_id,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#job_run_idString

The output contains the ID of the started job run.

Returns:

  • (String)


1341
1342
1343
1344
1345
1346
1347
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1341

class StartJobRunResponse < Struct.new(
  :application_id,
  :job_run_id,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end