Class: Aws::Glue::Types::GetWorkflowRunsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetWorkflowRunsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A continuation token, if not all requested workflow runs have been returned.
-
#runs ⇒ Array<Types::WorkflowRun>
A list of workflow run metadata objects.
Instance Attribute Details
#next_token ⇒ String
A continuation token, if not all requested workflow runs have been returned.
13247 13248 13249 13250 13251 13252 |
# File 'lib/aws-sdk-glue/types.rb', line 13247 class GetWorkflowRunsResponse < Struct.new( :runs, :next_token) SENSITIVE = [] include Aws::Structure end |
#runs ⇒ Array<Types::WorkflowRun>
A list of workflow run metadata objects.
13247 13248 13249 13250 13251 13252 |
# File 'lib/aws-sdk-glue/types.rb', line 13247 class GetWorkflowRunsResponse < Struct.new( :runs, :next_token) SENSITIVE = [] include Aws::Structure end |