Class: Aws::EMRContainers::Types::StartJobRunResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRContainers::Types::StartJobRunResponse
- Defined in:
- gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
This output lists the ARN of job run.
-
#id ⇒ String
This output displays the started job run ID.
-
#name ⇒ String
This output displays the name of the started job run.
-
#virtual_cluster_id ⇒ String
This output displays the virtual cluster ID for which the job run was submitted.
Instance Attribute Details
#arn ⇒ String
This output lists the ARN of job run.
1911 1912 1913 1914 1915 1916 1917 1918 |
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1911 class StartJobRunResponse < Struct.new( :id, :name, :arn, :virtual_cluster_id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
This output displays the started job run ID.
1911 1912 1913 1914 1915 1916 1917 1918 |
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1911 class StartJobRunResponse < Struct.new( :id, :name, :arn, :virtual_cluster_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
This output displays the name of the started job run.
1911 1912 1913 1914 1915 1916 1917 1918 |
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1911 class StartJobRunResponse < Struct.new( :id, :name, :arn, :virtual_cluster_id) SENSITIVE = [] include Aws::Structure end |
#virtual_cluster_id ⇒ String
This output displays the virtual cluster ID for which the job run was submitted.
1911 1912 1913 1914 1915 1916 1917 1918 |
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1911 class StartJobRunResponse < Struct.new( :id, :name, :arn, :virtual_cluster_id) SENSITIVE = [] include Aws::Structure end |