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.
15127 15128 15129 15130 15131 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15127 class GetWorkflowResponse < Struct.new( :workflow) SENSITIVE = [] include Aws::Structure end |