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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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)


13650
13651
13652
13653
13654
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13650

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