Class: Aws::Types::GetKxDatabaseRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetKxDatabaseRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
Instance Attribute Details
#database_name ⇒ ::String
Returns the value of attribute database_name.
485 486 487 |
# File 'sig/types.rbs', line 485 def database_name @database_name end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
484 485 486 |
# File 'sig/types.rbs', line 484 def environment_id @environment_id end |