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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2476
2477
2478
2479
2480
# File 'lib/aws-sdk-batch/types.rb', line 2476

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