Class: Aws::Glue::Types::GetWorkflowRunsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A continuation token, if not all requested workflow runs have been returned.

Returns:

  • (String)


12476
12477
12478
12479
12480
12481
# File 'lib/aws-sdk-glue/types.rb', line 12476

class GetWorkflowRunsResponse < Struct.new(
  :runs,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#runsArray<Types::WorkflowRun>

A list of workflow run metadata objects.

Returns:



12476
12477
12478
12479
12480
12481
# File 'lib/aws-sdk-glue/types.rb', line 12476

class GetWorkflowRunsResponse < Struct.new(
  :runs,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end