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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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:



9947
9948
9949
9950
9951
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9947

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