Class: Aws::Glue::Types::DeleteWorkflowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DeleteWorkflowRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Name of the workflow to be deleted.
Instance Attribute Details
#name ⇒ String
Name of the workflow to be deleted.
8172 8173 8174 8175 8176 |
# File 'lib/aws-sdk-glue/types.rb', line 8172 class DeleteWorkflowRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |