Class: Aws::Glue::Types::DeleteWorkflowRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Note:

When making an API call, you may pass DeleteWorkflowRequest data as a hash:

{
  name: "NameString", # required
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Name of the workflow to be deleted.

Returns:

  • (String)


5823
5824
5825
5826
5827
# File 'lib/aws-sdk-glue/types.rb', line 5823

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