Class: Aws::Types::DBInstanceMessage
- Inherits:
-
Object
- Object
- Aws::Types::DBInstanceMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_instances ⇒ ::Array[Types::DBInstance]
Returns the value of attribute db_instances.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#db_instances ⇒ ::Array[Types::DBInstance]
Returns the value of attribute db_instances.
1355 1356 1357 |
# File 'sig/types.rbs', line 1355 def db_instances @db_instances end |
#marker ⇒ ::String
Returns the value of attribute marker.
1354 1355 1356 |
# File 'sig/types.rbs', line 1354 def marker @marker end |