You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetWorkflowRunsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "NameString", # required
  include_graph: false,
  next_token: "GenericString",
  max_results: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#include_graphBoolean

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

Returns:

  • (Boolean)

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

#max_resultsInteger

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

Returns:

  • (Integer)

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

#nameString

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

Returns:

  • (String)

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

#next_tokenString

The maximum size of the response.

Returns:

  • (String)

    The maximum size of the response.