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

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

Name of the workflow to be deleted.

Returns:

  • (String)


7604
7605
7606
7607
7608
# File 'lib/aws-sdk-glue/types.rb', line 7604

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