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

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

#nameString

The unique name that was provided for this job definition.

Returns:

  • (String)


4937
4938
4939
4940
4941
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 4937

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