class Aws::Glue::Types::GetDatabaseRequest

@note When making an API call, you may pass GetDatabaseRequest

data as a hash:

    {
      catalog_id: "CatalogIdString",
      name: "NameString", # required
    }

@!attribute [rw] catalog_id

The ID of the Data Catalog in which the database resides. If none is
provided, the Amazon Web Services account ID is used by default.
@return [String]

@!attribute [rw] name

The name of the database to retrieve. For Hive compatibility, this
should be all lowercase.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetDatabaseRequest AWS API Documentation

Constants

SENSITIVE