Class: Aws::GlueDataBrew::Types::DataCatalogInputDefinition

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gluedatabrew/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

Instance Attribute Details

#catalog_idString

The unique identifier of the Amazon Web Services account that holds the Data Catalog that stores the data.

Returns:

  • (String)


701
702
703
704
705
706
707
708
# File 'gems/aws-sdk-gluedatabrew/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_nameString

The name of a database in the Data Catalog.

Returns:

  • (String)


701
702
703
704
705
706
707
708
# File 'gems/aws-sdk-gluedatabrew/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_nameString

The name of a database table in the Data Catalog. This table corresponds to a DataBrew dataset.

Returns:

  • (String)


701
702
703
704
705
706
707
708
# File 'gems/aws-sdk-gluedatabrew/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_directoryTypes::S3Location

Represents an Amazon location where DataBrew can store intermediate results.

Returns:



701
702
703
704
705
706
707
708
# File 'gems/aws-sdk-gluedatabrew/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