Class: Aws::Glue::Types::GetWorkflowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetWorkflowResponse
- Includes:
- Structure
- Defined in:
- 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.
13140 13141 13142 13143 13144 |
# File 'lib/aws-sdk-glue/types.rb', line 13140 class GetWorkflowResponse < Struct.new( :workflow) SENSITIVE = [] include Aws::Structure end |