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

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

#jobTypes::Job

The requested job definition.

Returns:


12552
12553
12554
12555
12556
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12552

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