Class: Aws::Glue::Types::GetJobResponse

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

#jobTypes::Job

The requested job definition.

Returns:



10146
10147
10148
10149
10150
# File 'lib/aws-sdk-glue/types.rb', line 10146

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