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

Class: Aws::Athena::Types::Database

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

Overview

Contains metadata information for a database in a data catalog.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

An optional description of the database.

Returns:

  • (String)

    An optional description of the database.

#nameString

The name of the database.

Returns:

  • (String)

    The name of the database.

#parametersHash<String,String>

A set of custom key/value pairs.

Returns:

  • (Hash<String,String>)

    A set of custom key/value pairs.