Class: Aws::Types::DBClusterMessage
- Inherits:
-
Object
- Object
- Aws::Types::DBClusterMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_clusters ⇒ ::Array[Types::DBCluster]
Returns the value of attribute db_clusters.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#db_clusters ⇒ ::Array[Types::DBCluster]
Returns the value of attribute db_clusters.
416 417 418 |
# File 'sig/types.rbs', line 416 def db_clusters @db_clusters end |
#marker ⇒ ::String
Returns the value of attribute marker.
415 416 417 |
# File 'sig/types.rbs', line 415 def marker @marker end |