Class: Aws::Glue::Types::GetJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetJobResponse
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job ⇒ Types::Job
The requested job definition.
Instance Attribute Details
#job ⇒ Types::Job
The requested job definition.
9399 9400 9401 9402 9403 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9399 class GetJobResponse < Struct.new( :job) SENSITIVE = [] include Aws::Structure end |