Class: Aws::EMRServerless::Types::StartJobRunResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRServerless::Types::StartJobRunResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
This output displays the application ID on which the job run was submitted.
-
#arn ⇒ String
This output displays the ARN of the job run..
-
#job_run_id ⇒ String
The output contains the ID of the started job run.
Instance Attribute Details
#application_id ⇒ String
This output displays the application ID on which the job run was submitted.
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 |
#arn ⇒ String
This output displays the ARN of the job run..
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_id ⇒ String
The output contains the ID of the started job run.
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 |