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
- Struct
- Aws::GlueDataBrew::Types::DescribeDatasetResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#create_date ⇒ Time
The date and time that the dataset was created.
-
#created_by ⇒ String
The identifier (user name) of the user who created the dataset.
-
#format_options ⇒ Types::FormatOptions
Options that define how Microsoft Excel input is to be interpreted by DataBrew.
.
-
#input ⇒ Types::Input
Information on how AWS Glue DataBrew can find data, in either the AWS Glue Data Catalog or Amazon S3.
.
-
#last_modified_by ⇒ String
The identifier (user name) of the user who last modified the dataset.
-
#last_modified_date ⇒ Time
The date and time that the dataset was last modified.
-
#name ⇒ String
The name of the dataset.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset.
-
#source ⇒ String
The location of the data for this dataset, Amazon S3 or the AWS Glue Data Catalog.
-
#tags ⇒ Hash<String,String>
Metadata tags associated with this dataset.
Instance Attribute Details
#create_date ⇒ Time
The date and time that the dataset was created.
#created_by ⇒ String
The identifier (user name) of the user who created the dataset.
#format_options ⇒ Types::FormatOptions
Options that define how Microsoft Excel input is to be interpreted by DataBrew.
#input ⇒ Types::Input
Information on how AWS Glue DataBrew can find data, in either the AWS Glue Data Catalog or Amazon S3.
#last_modified_by ⇒ String
The identifier (user name) of the user who last modified the dataset.
#last_modified_date ⇒ Time
The date and time that the dataset was last modified.
#name ⇒ String
The name of the dataset.
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset.
#source ⇒ String
The location of the data for this dataset, Amazon S3 or the AWS Glue Data Catalog.
Possible values:
- S3
- DATA-CATALOG
#tags ⇒ Hash<String,String>
Metadata tags associated with this dataset.