class Aws::Glue::Types::StartBlueprintRunRequest

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

data as a hash:

    {
      blueprint_name: "OrchestrationNameString", # required
      parameters: "BlueprintParameters",
      role_arn: "OrchestrationIAMRoleArn", # required
    }

@!attribute [rw] blueprint_name

The name of the blueprint.
@return [String]

@!attribute [rw] parameters

Specifies the parameters as a `BlueprintParameters` object.
@return [String]

@!attribute [rw] role_arn

Specifies the IAM role used to create the workflow.
@return [String]

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

Constants

SENSITIVE