Class: Aws::GlueDataBrew::Types::DescribeDatasetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::DescribeDatasetResponse
- Defined in:
- gems/aws-sdk-gluedatabrew/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.
1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1781 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.
1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1781 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.
1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1781 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.
1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1781 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.
1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1781 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.
1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1781 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.
1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1781 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.
1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1781 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.
1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1781 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.
1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1781 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.
1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1781 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.
1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1781 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 |