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

Class: Aws::GlueDataBrew::Types::DescribeDatasetResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns:

  • (String)

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

#format_optionsTypes::FormatOptions

Options that define how Microsoft Excel input is to be interpreted by DataBrew.

Returns:

  • (Types::FormatOptions)

    Options that define how Microsoft Excel input is to be interpreted by DataBrew.

    .

#inputTypes::Input

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

Returns:

  • (Types::Input)

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

    .

#last_modified_byString

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

Returns:

  • (String)

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

#last_modified_dateTime

The date and time that the dataset was last modified.

Returns:

  • (Time)

    The date and time that the dataset was last modified.

#nameString

The name of the dataset.

Returns:

  • (String)

    The name of the dataset.

#resource_arnString

The Amazon Resource Name (ARN) of the dataset.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the dataset.

#sourceString

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

Possible values:

  • S3
  • DATA-CATALOG

Returns:

  • (String)

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

#tagsHash<String,String>

Metadata tags associated with this dataset.

Returns:

  • (Hash<String,String>)

    Metadata tags associated with this dataset.