Class: Aws::Types::GetDatabaseInput
- Inherits:
-
Object
- Object
- Aws::Types::GetDatabaseInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#component_id ⇒ ::String
Returns the value of attribute component_id.
-
#database_arn ⇒ ::String
Returns the value of attribute database_arn.
-
#database_id ⇒ ::String
Returns the value of attribute database_id.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
218 219 220 |
# File 'sig/types.rbs', line 218 def application_id @application_id end |
#component_id ⇒ ::String
Returns the value of attribute component_id.
219 220 221 |
# File 'sig/types.rbs', line 219 def component_id @component_id end |
#database_arn ⇒ ::String
Returns the value of attribute database_arn.
221 222 223 |
# File 'sig/types.rbs', line 221 def database_arn @database_arn end |
#database_id ⇒ ::String
Returns the value of attribute database_id.
220 221 222 |
# File 'sig/types.rbs', line 220 def database_id @database_id end |