Class: Aws::GlueDataBrew::Types::CreateProfileJobResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the job that was created.

Returns:

  • (String)


335
336
337
338
339
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 335

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