Class: Aws::GlueDataBrew::Types::DescribeDatasetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::DescribeDatasetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gluedatabrew/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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 ⇒ String
The file format of a dataset that is created from an Amazon S3 file or folder.
-
#format_options ⇒ Types::FormatOptions
Represents a set of options that define the structure of either comma-separated value (CSV), Excel, or JSON input.
-
#input ⇒ Types::Input
Represents information on how DataBrew can find data, in either the 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.
-
#path_options ⇒ Types::PathOptions
A set of options that defines how DataBrew interprets an Amazon S3 path 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 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.
1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 1215 class DescribeDatasetResponse < Struct.new( :created_by, :create_date, :name, :format, :format_options, :input, :last_modified_date, :last_modified_by, :source, :path_options, :tags, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
The identifier (user name) of the user who created the dataset.
1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 1215 class DescribeDatasetResponse < Struct.new( :created_by, :create_date, :name, :format, :format_options, :input, :last_modified_date, :last_modified_by, :source, :path_options, :tags, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#format ⇒ String
The file format of a dataset that is created from an Amazon S3 file or folder.
1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 1215 class DescribeDatasetResponse < Struct.new( :created_by, :create_date, :name, :format, :format_options, :input, :last_modified_date, :last_modified_by, :source, :path_options, :tags, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#format_options ⇒ Types::FormatOptions
Represents a set of options that define the structure of either comma-separated value (CSV), Excel, or JSON input.
1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 1215 class DescribeDatasetResponse < Struct.new( :created_by, :create_date, :name, :format, :format_options, :input, :last_modified_date, :last_modified_by, :source, :path_options, :tags, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#input ⇒ Types::Input
Represents information on how DataBrew can find data, in either the Glue Data Catalog or Amazon S3.
1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 1215 class DescribeDatasetResponse < Struct.new( :created_by, :create_date, :name, :format, :format_options, :input, :last_modified_date, :last_modified_by, :source, :path_options, :tags, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#last_modified_by ⇒ String
The identifier (user name) of the user who last modified the dataset.
1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 1215 class DescribeDatasetResponse < Struct.new( :created_by, :create_date, :name, :format, :format_options, :input, :last_modified_date, :last_modified_by, :source, :path_options, :tags, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ Time
The date and time that the dataset was last modified.
1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 1215 class DescribeDatasetResponse < Struct.new( :created_by, :create_date, :name, :format, :format_options, :input, :last_modified_date, :last_modified_by, :source, :path_options, :tags, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the dataset.
1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 1215 class DescribeDatasetResponse < Struct.new( :created_by, :create_date, :name, :format, :format_options, :input, :last_modified_date, :last_modified_by, :source, :path_options, :tags, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#path_options ⇒ Types::PathOptions
A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 1215 class DescribeDatasetResponse < Struct.new( :created_by, :create_date, :name, :format, :format_options, :input, :last_modified_date, :last_modified_by, :source, :path_options, :tags, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset.
1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 1215 class DescribeDatasetResponse < Struct.new( :created_by, :create_date, :name, :format, :format_options, :input, :last_modified_date, :last_modified_by, :source, :path_options, :tags, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#source ⇒ String
The location of the data for this dataset, Amazon S3 or the Glue Data Catalog.
1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 1215 class DescribeDatasetResponse < Struct.new( :created_by, :create_date, :name, :format, :format_options, :input, :last_modified_date, :last_modified_by, :source, :path_options, :tags, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Metadata tags associated with this dataset.
1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 1215 class DescribeDatasetResponse < Struct.new( :created_by, :create_date, :name, :format, :format_options, :input, :last_modified_date, :last_modified_by, :source, :path_options, :tags, :resource_arn) SENSITIVE = [] include Aws::Structure end |