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.
8184 8185 8186 8187 8188 |
# File 'lib/aws-sdk-glue/types.rb', line 8184 class DeleteWorkflowResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |