Class: Aws::Athena::Types::GetDatabaseOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::GetDatabaseOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#database ⇒ Types::Database
The database returned.
Instance Attribute Details
#database ⇒ Types::Database
The database returned.
1577 1578 1579 1580 1581 |
# File 'lib/aws-sdk-athena/types.rb', line 1577 class GetDatabaseOutput < Struct.new( :database) SENSITIVE = [] include Aws::Structure end |