Class: Aws::EMRContainers::Types::CancelJobRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRContainers::Types::CancelJobRunRequest
- 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 to cancel.
-
#virtual_cluster_id ⇒ String
The ID of the virtual cluster for which the job run will be canceled.
Instance Attribute Details
#id ⇒ String
The ID of the job run to cancel.
46 47 48 49 50 51 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 46 class CancelJobRunRequest < 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 will be canceled.
46 47 48 49 50 51 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 46 class CancelJobRunRequest < Struct.new( :id, :virtual_cluster_id) SENSITIVE = [] include Aws::Structure end |