Class: Aws::Glue::Types::UpdateWorkflowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::UpdateWorkflowResponse
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the workflow which was specified in input.
Instance Attribute Details
#name ⇒ String
The name of the workflow which was specified in input.
20520 20521 20522 20523 20524 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20520 class UpdateWorkflowResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |