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

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 specified in input.



7898
7899
7900
7901
7902
# File 'lib/aws-sdk-glue/types.rb', line 7898

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