Class: Aws::Glue::Types::GetWorkflowRunsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#include_graphBoolean

Specifies whether to include the workflow graph in response or not.

Returns:

  • (Boolean)


12456
12457
12458
12459
12460
12461
12462
12463
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12456

class GetWorkflowRunsRequest < Struct.new(
  :name,
  :include_graph,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of workflow runs to be included in the response.

Returns:

  • (Integer)


12456
12457
12458
12459
12460
12461
12462
12463
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12456

class GetWorkflowRunsRequest < Struct.new(
  :name,
  :include_graph,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name of the workflow whose metadata of runs should be returned.

Returns:

  • (String)


12456
12457
12458
12459
12460
12461
12462
12463
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12456

class GetWorkflowRunsRequest < Struct.new(
  :name,
  :include_graph,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The maximum size of the response.

Returns:

  • (String)


12456
12457
12458
12459
12460
12461
12462
12463
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12456

class GetWorkflowRunsRequest < Struct.new(
  :name,
  :include_graph,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end