Class: Aws::Glue::Types::DeleteWorkflowResponse

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

Name of the workflow specified in input.

Returns:

  • (String)


7616
7617
7618
7619
7620
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7616

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