Class: Aws::Glue::Types::GetDatabaseResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#databaseTypes::Database

The definition of the specified database in the Data Catalog.

Returns:



10230
10231
10232
10233
10234
# File 'lib/aws-sdk-glue/types.rb', line 10230

class GetDatabaseResponse < Struct.new(
  :database)
  SENSITIVE = []
  include Aws::Structure
end