Class: Aws::Types::DescribeReplicationGroupsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeReplicationGroupsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#replication_group_id ⇒ ::String
Returns the value of attribute replication_group_id.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
779 780 781 |
# File 'sig/types.rbs', line 779 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
778 779 780 |
# File 'sig/types.rbs', line 778 def max_records @max_records end |
#replication_group_id ⇒ ::String
Returns the value of attribute replication_group_id.
777 778 779 |
# File 'sig/types.rbs', line 777 def replication_group_id @replication_group_id end |