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.
1792 1793 1794 1795 1796 1797 1798 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 1792 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..
1792 1793 1794 1795 1796 1797 1798 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 1792 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.
1792 1793 1794 1795 1796 1797 1798 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 1792 class StartJobRunResponse < Struct.new( :application_id, :job_run_id, :arn) SENSITIVE = [] include Aws::Structure end |