class Aws::Glue::Types::GetWorkflowRunsRequest

@note When making an API call, you may pass GetWorkflowRunsRequest

data as a hash:

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

@!attribute [rw] name

Name of the workflow whose metadata of runs should be returned.
@return [String]

@!attribute [rw] include_graph

Specifies whether to include the workflow graph in response or not.
@return [Boolean]

@!attribute [rw] next_token

The maximum size of the response.
@return [String]

@!attribute [rw] max_results

The maximum number of workflow runs to be included in the response.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetWorkflowRunsRequest AWS API Documentation

Constants

SENSITIVE