Class: Aws::Glue::Types::GetWorkflowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetWorkflowResponse
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workflow ⇒ Types::Workflow
The resource metadata for the workflow.
Instance Attribute Details
#workflow ⇒ Types::Workflow
The resource metadata for the workflow.
10992 10993 10994 10995 10996 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10992 class GetWorkflowResponse < Struct.new( :workflow) SENSITIVE = [] include Aws::Structure end |