Class: Aws::Glue::Types::GetWorkflowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetWorkflowRequest
- Defined in:
- gems/aws-sdk-glue/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.
12198 12199 12200 12201 12202 12203 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12198 class GetWorkflowRequest < Struct.new( :name, :include_graph) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the workflow to retrieve.
12198 12199 12200 12201 12202 12203 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12198 class GetWorkflowRequest < Struct.new( :name, :include_graph) SENSITIVE = [] include Aws::Structure end |