glue_batch_get_blueprints {paws.analytics} | R Documentation |
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. |
[Package paws.analytics version 0.9.0 Index]