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

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

Returns:

  • (String)


22913
22914
22915
22916
22917
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22913

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