Class: Aws::Types::GetDatabaseOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetDatabaseOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#database ⇒ Types::Database
Returns the value of attribute database.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#database ⇒ Types::Database
Returns the value of attribute database.
226 227 228 |
# File 'sig/types.rbs', line 226 def database @database end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
227 228 229 |
# File 'sig/types.rbs', line 227 def @tags end |