Class: Aws::Batch::Types::DeregisterJobDefinitionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::DeregisterJobDefinitionRequest
- Defined in:
- gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_definition ⇒ String
The name and revision (
name:revision
) or full Amazon Resource Name (ARN) of the job definition to deregister.
Instance Attribute Details
#job_definition ⇒ String
The name and revision (name:revision
) or full Amazon Resource Name
(ARN) of the job definition to deregister.
2486 2487 2488 2489 2490 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 2486 class DeregisterJobDefinitionRequest < Struct.new( :job_definition) SENSITIVE = [] include Aws::Structure end |