Class: Aws::EMRContainers::Types::CancelJobRunResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRContainers::Types::CancelJobRunResponse
- Defined in:
- gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The output contains the ID of the cancelled job run.
-
#virtual_cluster_id ⇒ String
The output contains the virtual cluster ID for which the job run is cancelled.
Instance Attribute Details
#id ⇒ String
The output contains the ID of the cancelled job run.
64 65 66 67 68 69 |
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 64 class CancelJobRunResponse < Struct.new( :id, :virtual_cluster_id) SENSITIVE = [] include Aws::Structure end |
#virtual_cluster_id ⇒ String
The output contains the virtual cluster ID for which the job run is cancelled.
64 65 66 67 68 69 |
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 64 class CancelJobRunResponse < Struct.new( :id, :virtual_cluster_id) SENSITIVE = [] include Aws::Structure end |