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

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

Overview

Note:

When making an API call, you may pass GetJobRequest data as a hash:

{
  job_name: "NameString", # required
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_nameString

The name of the job definition to retrieve.

Returns:

  • (String)


11265
11266
11267
11268
11269
# File 'lib/aws-sdk-glue/types.rb', line 11265

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