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.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def db_clusters @db_clusters end |
#marker ⇒ ::String
Returns the value of attribute marker.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def marker @marker end |