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