Class: Aws::GlueDataBrew::Types::DataCatalogInputDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::DataCatalogInputDefinition
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gluedatabrew/types.rb
Overview
Represents how metadata stored in the Glue Data Catalog is defined in a DataBrew dataset.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog_id ⇒ String
The unique identifier of the Amazon Web Services account that holds the Data Catalog that stores the data.
-
#database_name ⇒ String
The name of a database in the Data Catalog.
-
#table_name ⇒ String
The name of a database table in the Data Catalog.
-
#temp_directory ⇒ Types::S3Location
Represents an Amazon location where DataBrew can store intermediate results.
Instance Attribute Details
#catalog_id ⇒ String
The unique identifier of the Amazon Web Services account that holds the Data Catalog that stores the data.
701 702 703 704 705 706 707 708 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 701 class DataCatalogInputDefinition < Struct.new( :catalog_id, :database_name, :table_name, :temp_directory) SENSITIVE = [] include Aws::Structure end |
#database_name ⇒ String
The name of a database in the Data Catalog.
701 702 703 704 705 706 707 708 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 701 class DataCatalogInputDefinition < Struct.new( :catalog_id, :database_name, :table_name, :temp_directory) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of a database table in the Data Catalog. This table corresponds to a DataBrew dataset.
701 702 703 704 705 706 707 708 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 701 class DataCatalogInputDefinition < Struct.new( :catalog_id, :database_name, :table_name, :temp_directory) SENSITIVE = [] include Aws::Structure end |
#temp_directory ⇒ Types::S3Location
Represents an Amazon location where DataBrew can store intermediate results.
701 702 703 704 705 706 707 708 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 701 class DataCatalogInputDefinition < Struct.new( :catalog_id, :database_name, :table_name, :temp_directory) SENSITIVE = [] include Aws::Structure end |