Class: Aws::Glue::Types::GetDatabaseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetDatabaseResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#database ⇒ Types::Database
The definition of the specified database in the Data Catalog.
Instance Attribute Details
#database ⇒ Types::Database
The definition of the specified database in the Data Catalog.
10641 10642 10643 10644 10645 |
# File 'lib/aws-sdk-glue/types.rb', line 10641 class GetDatabaseResponse < Struct.new( :database) SENSITIVE = [] include Aws::Structure end |