Class: Aws::Glue::Types::CreateJobResponse

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

#nameString

The unique name that was provided for this job definition.

Returns:

  • (String)


5389
5390
5391
5392
5393
# File 'lib/aws-sdk-glue/types.rb', line 5389

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