Class: Aws::Batch::Types::DeregisterJobDefinitionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_definitionString

The name and revision (name:revision) or full Amazon Resource Name (ARN) of the job definition to deregister.

Returns:

  • (String)


2405
2406
2407
2408
2409
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 2405

class DeregisterJobDefinitionRequest < Struct.new(
  :job_definition)
  SENSITIVE = []
  include Aws::Structure
end