You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Glue::Types::DatabaseIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DatabaseIdentifier
- Defined in:
- (unknown)
Overview
Note:
When passing DatabaseIdentifier as input to an Aws::Client method, you can use a vanilla Hash:
{
catalog_id: "CatalogIdString",
database_name: "NameString",
}
A structure that describes a target database for resource linking.
Returned by:
Instance Attribute Summary collapse
-
#catalog_id ⇒ String
The ID of the Data Catalog in which the database resides.
-
#database_name ⇒ String
The name of the catalog database.
Instance Attribute Details
#catalog_id ⇒ String
The ID of the Data Catalog in which the database resides.
#database_name ⇒ String
The name of the catalog database.