You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Glue::Types::Database

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The Database object represents a logical grouping of tables that might reside in a Hive metastore or an RDBMS.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_idString

The ID of the Data Catalog in which the database resides.

Returns:

  • (String)

    The ID of the Data Catalog in which the database resides.

#create_table_default_permissionsArray<Types::PrincipalPermissions>

Creates a set of default permissions on the table for principals.

Returns:

#create_timeTime

The time at which the metadata database was created in the catalog.

Returns:

  • (Time)

    The time at which the metadata database was created in the catalog.

#descriptionString

A description of the database.

Returns:

  • (String)

    A description of the database.

#location_uriString

The location of the database (for example, an HDFS path).

Returns:

  • (String)

    The location of the database (for example, an HDFS path).

#nameString

The name of the database. For Hive compatibility, this is folded to lowercase when it is stored.

Returns:

  • (String)

    The name of the database.

#parametersHash<String,String>

These key-value pairs define parameters and properties of the database.

Returns:

  • (Hash<String,String>)

    These key-value pairs define parameters and properties of the database.

#target_databaseTypes::DatabaseIdentifier

A DatabaseIdentifier structure that describes a target database for resource linking.

Returns: