Class: Aws::GlueDataBrew::Types::Dataset
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::Dataset
- Includes:
- Structure
- Defined in:
- 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.
900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 900 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.
900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 900 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.
900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 900 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.
900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 900 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.
900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 900 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.
900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 900 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.
900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 900 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.
900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 900 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.
900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 900 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.
900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 900 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.
900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 900 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.
900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 900 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.
900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 900 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 |