Class: Aws::Glue::Types::DeleteWorkflowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DeleteWorkflowRequest
- Defined in:
- gems/aws-sdk-glue/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.
6668 6669 6670 6671 6672 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6668 class DeleteWorkflowRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |