class Aws::GlueDataBrew::Types::UpdateProjectRequest

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

data as a hash:

    {
      sample: {
        size: 1,
        type: "FIRST_N", # required, accepts FIRST_N, LAST_N, RANDOM
      },
      role_arn: "Arn", # required
      name: "ProjectName", # required
    }

@!attribute [rw] sample

Represents the sample size and sampling type for DataBrew to use for
interactive data analysis.
@return [Types::Sample]

@!attribute [rw] role_arn

The Amazon Resource Name (ARN) of the IAM role to be assumed for
this request.
@return [String]

@!attribute [rw] name

The name of the project to be updated.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/databrew-2017-07-25/UpdateProjectRequest AWS API Documentation

Constants

SENSITIVE