Class: Aws::Glue::Types::GetWorkflowRunsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetWorkflowRunsRequest
- 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 the workflow graph in response or not.
-
#max_results ⇒ Integer
The maximum number of workflow runs to be included in the response.
-
#name ⇒ String
Name of the workflow whose metadata of runs should be returned.
-
#next_token ⇒ String
The maximum size of the response.
Instance Attribute Details
#include_graph ⇒ Boolean
Specifies whether to include the workflow graph in response or not.
11079 11080 11081 11082 11083 11084 11085 11086 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11079 class GetWorkflowRunsRequest < Struct.new( :name, :include_graph, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of workflow runs to be included in the response.
11079 11080 11081 11082 11083 11084 11085 11086 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11079 class GetWorkflowRunsRequest < Struct.new( :name, :include_graph, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the workflow whose metadata of runs should be returned.
11079 11080 11081 11082 11083 11084 11085 11086 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11079 class GetWorkflowRunsRequest < Struct.new( :name, :include_graph, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The maximum size of the response.
11079 11080 11081 11082 11083 11084 11085 11086 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11079 class GetWorkflowRunsRequest < Struct.new( :name, :include_graph, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |