You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::GlueDataBrew::Types::Project

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents all of the attributes of an AWS Glue DataBrew project.

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The ID of the AWS account that owns the project.

Returns:

  • (String)

    The ID of the AWS account that owns the project.

#create_dateTime

The date and time that the project was created.

Returns:

  • (Time)

    The date and time that the project was created.

#created_byString

The identifier (the user name) of the user who crated the project.

Returns:

  • (String)

    The identifier (the user name) of the user who crated the project.

#dataset_nameString

The dataset that the project is to act upon.

Returns:

  • (String)

    The dataset that the project is to act upon.

#last_modified_byString

The identifier (user name) of the user who last modified the project.

Returns:

  • (String)

    The identifier (user name) of the user who last modified the project.

#last_modified_dateTime

The last modification date and time for the project.

Returns:

  • (Time)

    The last modification date and time for the project.

#nameString

The unique name of a project.

Returns:

  • (String)

    The unique name of a project.

#open_dateTime

The date and time when the project was opened.

Returns:

  • (Time)

    The date and time when the project was opened.

#opened_byString

The identifier (the user name) of the user that opened the project for use.

Returns:

  • (String)

    The identifier (the user name) of the user that opened the project for use.

#recipe_nameString

The name of a recipe that will be developed during a project session.

Returns:

  • (String)

    The name of a recipe that will be developed during a project session.

#resource_arnString

The Amazon Resource Name (ARN) for the project.

Returns:

  • (String)

    The Amazon Resource Name (ARN) for the project.

#role_arnString

The Amazon Resource Name (ARN) of the role that will be assumed for this project.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the role that will be assumed for this project.

#sampleTypes::Sample

The sample size and sampling type to apply to the data. If this parameter isn\'t specified, then the sample will consiste of the first 500 rows from the dataset.

Returns:

  • (Types::Sample)

    The sample size and sampling type to apply to the data.

#tagsHash<String,String>

Metadata tags that have been applied to the project.

Returns:

  • (Hash<String,String>)

    Metadata tags that have been applied to the project.