Class: Aws::Glue::Types::GetJobRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_nameString

The name of the job definition to retrieve.

Returns:

  • (String)


10134
10135
10136
10137
10138
# File 'lib/aws-sdk-glue/types.rb', line 10134

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