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.
8190 8191 8192 8193 8194 |
# File 'lib/aws-sdk-glue/types.rb', line 8190 class DeleteWorkflowResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |