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

Class: Aws::GlueDataBrew::Types::Dataset

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

Overview

Represents a dataset that can be processed by AWS Glue DataBrew.

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The ID of the AWS account that owns the dataset.

Returns:

  • (String)

    The ID of the AWS account that owns the dataset.

#create_dateTime

The date and time that the dataset was created.

Returns:

  • (Time)

    The date and time that the dataset was created.

#created_byString

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

Returns:

  • (String)

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

#format_optionsTypes::FormatOptions

Options that define how DataBrew interprets the data in the dataset.

Returns:

#inputTypes::Input

Information on how DataBrew can find the dataset, in either the AWS Glue Data Catalog or Amazon S3.

Returns:

  • (Types::Input)

    Information on how DataBrew can find the dataset, in either the AWS Glue Data Catalog or Amazon S3.

#last_modified_byString

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

Returns:

  • (String)

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

#last_modified_dateTime

The last modification date and time of the dataset.

Returns:

  • (Time)

    The last modification date and time of the dataset.

#nameString

The unique name of the dataset.

Returns:

  • (String)

    The unique name of the dataset.

#resource_arnString

The unique Amazon Resource Name (ARN) for the dataset.

Returns:

  • (String)

    The unique Amazon Resource Name (ARN) for the dataset.

#sourceString

The location of the data for the dataset, either Amazon S3 or the AWS Glue Data Catalog.

Possible values:

  • S3
  • DATA-CATALOG

Returns:

  • (String)

    The location of the data for the dataset, either Amazon S3 or the AWS Glue Data Catalog.

#tagsHash<String,String>

Metadata tags that have been applied to the dataset.

Returns:

  • (Hash<String,String>)

    Metadata tags that have been applied to the dataset.