Class: Aws::Types::ModifyClusterDbRevisionMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyClusterDbRevisionMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#revision_target ⇒ ::String
Returns the value of attribute revision_target.
Instance Attribute Details
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
1959 1960 1961 |
# File 'sig/types.rbs', line 1959 def cluster_identifier @cluster_identifier end |
#revision_target ⇒ ::String
Returns the value of attribute revision_target.
1960 1961 1962 |
# File 'sig/types.rbs', line 1960 def revision_target @revision_target end |