Class: Aws::EMRServerless::Types::StartJobRunResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRServerless::Types::StartJobRunResponse
- Defined in:
- gems/aws-sdk-emrserverless/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.
1601 1602 1603 1604 1605 1606 1607 |
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1601 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..
1601 1602 1603 1604 1605 1606 1607 |
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1601 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.
1601 1602 1603 1604 1605 1606 1607 |
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1601 class StartJobRunResponse < Struct.new( :application_id, :job_run_id, :arn) SENSITIVE = [] include Aws::Structure end |