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.
611 612 613 |
# File 'sig/types.rbs', line 611 def db_instances @db_instances end |
#marker ⇒ ::String
Returns the value of attribute marker.
610 611 612 |
# File 'sig/types.rbs', line 610 def marker @marker end |