Class: Aws::EMRContainers::Types::DescribeJobRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRContainers::Types::DescribeJobRunRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrcontainers/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the job run request.
-
#virtual_cluster_id ⇒ String
The ID of the virtual cluster for which the job run is submitted.
Instance Attribute Details
#id ⇒ String
The ID of the job run request.
603 604 605 606 607 608 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 603 class DescribeJobRunRequest < Struct.new( :id, :virtual_cluster_id) SENSITIVE = [] include Aws::Structure end |
#virtual_cluster_id ⇒ String
The ID of the virtual cluster for which the job run is submitted.
603 604 605 606 607 608 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 603 class DescribeJobRunRequest < Struct.new( :id, :virtual_cluster_id) SENSITIVE = [] include Aws::Structure end |