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)


7014
7015
7016
7017
7018
# File 'lib/aws-sdk-glue/types.rb', line 7014

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