Class: Aws::GlueDataBrew::Types::Dataset
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::Dataset
- Defined in:
- gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb
Overview
Represents a dataset that can be processed by DataBrew.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The ID of the Amazon Web Services account that owns the dataset.
-
#create_date ⇒ Time
The date and time that the dataset was created.
-
#created_by ⇒ String
The Amazon Resource Name (ARN) 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
A set of options that define how DataBrew interprets the data in the dataset.
-
#input ⇒ Types::Input
Information on how DataBrew can find the dataset, in either the Glue Data Catalog or Amazon S3.
-
#last_modified_by ⇒ String
The Amazon Resource Name (ARN) of the user who last modified the dataset.
-
#last_modified_date ⇒ Time
The last modification date and time of the dataset.
-
#name ⇒ String
The unique 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 unique Amazon Resource Name (ARN) for the dataset.
-
#source ⇒ String
The location of the data for the dataset, either Amazon S3 or the Glue Data Catalog.
-
#tags ⇒ Hash<String,String>
Metadata tags that have been applied to the dataset.
Instance Attribute Details
#account_id ⇒ String
The ID of the Amazon Web Services account that owns the dataset.
1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1387 class Dataset < Struct.new( :account_id, :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 |
#create_date ⇒ Time
The date and time that the dataset was created.
1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1387 class Dataset < Struct.new( :account_id, :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 Amazon Resource Name (ARN) of the user who created the dataset.
1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1387 class Dataset < Struct.new( :account_id, :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.
1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1387 class Dataset < Struct.new( :account_id, :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
A set of options that define how DataBrew interprets the data in the dataset.
1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1387 class Dataset < Struct.new( :account_id, :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
Information on how DataBrew can find the dataset, in either the Glue Data Catalog or Amazon S3.
1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1387 class Dataset < Struct.new( :account_id, :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 Amazon Resource Name (ARN) of the user who last modified the dataset.
1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1387 class Dataset < Struct.new( :account_id, :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 last modification date and time of the dataset.
1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1387 class Dataset < Struct.new( :account_id, :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 unique name of the dataset.
1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1387 class Dataset < Struct.new( :account_id, :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.
1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1387 class Dataset < Struct.new( :account_id, :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 unique Amazon Resource Name (ARN) for the dataset.
1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1387 class Dataset < Struct.new( :account_id, :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 the dataset, either Amazon S3 or the Glue Data Catalog.
1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1387 class Dataset < Struct.new( :account_id, :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 that have been applied to the dataset.
1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1387 class Dataset < Struct.new( :account_id, :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 |