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.
1970 1971 1972 |
# File 'sig/types.rbs', line 1970 def cluster_identifier @cluster_identifier end |
#revision_target ⇒ ::String
Returns the value of attribute revision_target.
1971 1972 1973 |
# File 'sig/types.rbs', line 1971 def revision_target @revision_target end |