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)


23709
23710
23711
23712
23713
# File 'lib/aws-sdk-glue/types.rb', line 23709

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