class Aws::Glue::Types::BatchGetBlueprintsRequest

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

data as a hash:

    {
      names: ["OrchestrationNameString"], # required
      include_blueprint: false,
      include_parameter_spec: false,
    }

@!attribute [rw] names

A list of blueprint names.
@return [Array<String>]

@!attribute [rw] include_blueprint

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

@!attribute [rw] include_parameter_spec

Specifies whether or not to include the parameters, as a JSON
string, for the blueprint in the response.
@return [Boolean]

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

Constants

SENSITIVE