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.
8055 8056 8057 8058 8059 |
# File 'lib/aws-sdk-glue/types.rb', line 8055 class DeleteWorkflowResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |