Class: Aws::Types::DBClusterParameterGroupsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DBClusterParameterGroupsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_cluster_parameter_groups ⇒ ::Array[Types::DBClusterParameterGroup]
Returns the value of attribute db_cluster_parameter_groups.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#db_cluster_parameter_groups ⇒ ::Array[Types::DBClusterParameterGroup]
Returns the value of attribute db_cluster_parameter_groups.
327 328 329 |
# File 'sig/types.rbs', line 327 def db_cluster_parameter_groups @db_cluster_parameter_groups end |
#marker ⇒ ::String
Returns the value of attribute marker.
326 327 328 |
# File 'sig/types.rbs', line 326 def marker @marker end |