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

Class: Aws::GlueDataBrew::Types::DescribeProjectResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#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 (user name) of the user who created the project.

Returns:

  • (String)

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

#dataset_nameString

The dataset associated with the project.

Returns:

  • (String)

    The dataset associated with the project.

#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 date and time that the project was last modified.

Returns:

  • (Time)

    The date and time that the project was last modified.

#nameString

The name of the project.

Returns:

  • (String)

    The name of the 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 (user name) of the user that opened the project for use.

Returns:

  • (String)

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

#recipe_nameString

The recipe associated with this job.

Returns:

  • (String)

    The recipe associated with this job.

#resource_arnString

The Amazon Resource Name (ARN) of the project.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the project.

#role_arnString

The ARN of the AWS Identity and Access Management (IAM) role that was assumed for this request.

Returns:

  • (String)

    The ARN of the AWS Identity and Access Management (IAM) role that was assumed for this request.

#sampleTypes::Sample

Represents the sample size and sampling type for AWS Glue DataBrew to use for interactive data analysis.

Returns:

  • (Types::Sample)

    Represents the sample size and sampling type for AWS Glue DataBrew to use for interactive data analysis.

    .

#session_statusString

Describes the current state of the session:

  • PROVISIONING - allocating resources for the session.

  • INITIALIZING - getting the session ready for first use.

  • ASSIGNED - the session is ready for use.

    Possible values:

    • ASSIGNED
    • FAILED
    • INITIALIZING
    • PROVISIONING
    • READY
    • RECYCLING
    • ROTATING
    • TERMINATED
    • TERMINATING
    • UPDATING

Returns:

  • (String)

    Describes the current state of the session:.

#tagsHash<String,String>

Metadata tags associated with this project.

Returns:

  • (Hash<String,String>)

    Metadata tags associated with this project.