glue_get_blueprint_runs {paws.analytics}R Documentation

Retrieves the details of blueprint runs for a specified blueprint

Description

Retrieves the details of blueprint runs for a specified blueprint.

See https://www.paws-r-sdk.com/docs/glue_get_blueprint_runs/ for full documentation.

Usage

glue_get_blueprint_runs(BlueprintName, NextToken = NULL, MaxResults = NULL)

Arguments

BlueprintName

[required] The name of the blueprint.

NextToken

A continuation token, if this is a continuation request.

MaxResults

The maximum size of a list to return.


[Package paws.analytics version 0.7.0 Index]