class Aws::GlueDataBrew::Types::Project

Represents all of the attributes of a DataBrew project.

@!attribute [rw] account_id

The ID of the Amazon Web Services account that owns the project.
@return [String]

@!attribute [rw] create_date

The date and time that the project was created.
@return [Time]

@!attribute [rw] created_by

The Amazon Resource Name (ARN) of the user who crated the project.
@return [String]

@!attribute [rw] dataset_name

The dataset that the project is to act upon.
@return [String]

@!attribute [rw] last_modified_date

The last modification date and time for the project.
@return [Time]

@!attribute [rw] last_modified_by

The Amazon Resource Name (ARN) of the user who last modified the
project.
@return [String]

@!attribute [rw] name

The unique name of a project.
@return [String]

@!attribute [rw] recipe_name

The name of a recipe that will be developed during a project
session.
@return [String]

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) for the project.
@return [String]

@!attribute [rw] sample

The sample size and sampling type to apply to the data. If this
parameter isn't specified, then the sample consists of the first
500 rows from the dataset.
@return [Types::Sample]

@!attribute [rw] tags

Metadata tags that have been applied to the project.
@return [Hash<String,String>]

@!attribute [rw] role_arn

The Amazon Resource Name (ARN) of the role that will be assumed for
this project.
@return [String]

@!attribute [rw] opened_by

The Amazon Resource Name (ARN) of the user that opened the project
for use.
@return [String]

@!attribute [rw] open_date

The date and time when the project was opened.
@return [Time]

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

Constants

SENSITIVE