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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1652
1653
1654
1655
1656
1657
1658
# File 'lib/aws-sdk-emrserverless/types.rb', line 1652

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)


1652
1653
1654
1655
1656
1657
1658
# File 'lib/aws-sdk-emrserverless/types.rb', line 1652

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)


1652
1653
1654
1655
1656
1657
1658
# File 'lib/aws-sdk-emrserverless/types.rb', line 1652

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