Class: Aws::Types::DescribeClusterDbRevisionsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeClusterDbRevisionsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
Instance Attribute Details
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
988 989 990 |
# File 'sig/types.rbs', line 988 def cluster_identifier @cluster_identifier end |
#marker ⇒ ::String
Returns the value of attribute marker.
990 991 992 |
# File 'sig/types.rbs', line 990 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
989 990 991 |
# File 'sig/types.rbs', line 989 def max_records @max_records end |