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.
9192 9193 9194 9195 9196 |
# File 'lib/aws-sdk-glue/types.rb', line 9192 class DeleteWorkflowRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |