Class: Aws::GlueDataBrew::Types::UpdateProfileJobResponse

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 updated.

Returns:

  • (String)


3903
3904
3905
3906
3907
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3903

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