Class: Aws::Glue::Types::GetWorkflowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetWorkflowRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#include_graph ⇒ Boolean
Specifies whether to include a graph when returning the workflow resource metadata.
-
#name ⇒ String
The name of the workflow to retrieve.
Instance Attribute Details
#include_graph ⇒ Boolean
Specifies whether to include a graph when returning the workflow resource metadata.
13127 13128 13129 13130 13131 13132 |
# File 'lib/aws-sdk-glue/types.rb', line 13127 class GetWorkflowRequest < Struct.new( :name, :include_graph) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the workflow to retrieve.
13127 13128 13129 13130 13131 13132 |
# File 'lib/aws-sdk-glue/types.rb', line 13127 class GetWorkflowRequest < Struct.new( :name, :include_graph) SENSITIVE = [] include Aws::Structure end |