Class: Aws::Glue::Types::DeleteWorkflowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DeleteWorkflowResponse
- 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 specified in input.
Instance Attribute Details
#name ⇒ String
Name of the workflow specified in input.
9142 9143 9144 9145 9146 |
# File 'lib/aws-sdk-glue/types.rb', line 9142 class DeleteWorkflowResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |