class Aws::Glue::Types::GetWorkflowRunRequest

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

data as a hash:

    {
      name: "NameString", # required
      run_id: "IdString", # required
      include_graph: false,
    }

@!attribute [rw] name

Name of the workflow being run.
@return [String]

@!attribute [rw] run_id

The ID of the workflow run.
@return [String]

@!attribute [rw] include_graph

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

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

Constants

SENSITIVE