glue_batch_get_blueprints {paws.analytics} | R Documentation |
Retrieves information about a list of blueprints.
See https://www.paws-r-sdk.com/docs/glue_batch_get_blueprints/ for full documentation.
glue_batch_get_blueprints(
Names,
IncludeBlueprint = NULL,
IncludeParameterSpec = NULL
)
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. |