GetDatabaseResult

data class GetDatabaseResult(val catalogId: String? = null, val databaseInput: DatabaseInput? = null)

Constructors

Link copied to clipboard
constructor(catalogId: String? = null, databaseInput: DatabaseInput? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val catalogId: String? = null

The AWS account ID for the account in which to create the catalog object.

Link copied to clipboard

The metadata for the database.