Class: Aws::Glue::Types::UpdateWorkflowResponse

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 name of the workflow which was specified in input.

Returns:

  • (String)


30707
30708
30709
30710
30711
# File 'lib/aws-sdk-glue/types.rb', line 30707

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