Learn R Programming

paws.analytics (version 0.7.0)

glue_batch_get_blueprints: Retrieves information about a list of blueprints

Description

Retrieves information about a list of blueprints.

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

Usage

glue_batch_get_blueprints(
  Names,
  IncludeBlueprint = NULL,
  IncludeParameterSpec = NULL
)

Arguments

Names

[required] A list of blueprint names.

IncludeBlueprint

Specifies whether or not to include the blueprint in the response.

IncludeParameterSpec

Specifies whether or not to include the parameters, as a JSON string, for the blueprint in the response.