Class: Aws::Types::ReplicationGroupMessage
- Inherits:
-
Object
- Object
- Aws::Types::ReplicationGroupMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#replication_groups ⇒ ::Array[Types::ReplicationGroup]
Returns the value of attribute replication_groups.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
1545 1546 1547 |
# File 'sig/types.rbs', line 1545 def marker @marker end |
#replication_groups ⇒ ::Array[Types::ReplicationGroup]
Returns the value of attribute replication_groups.
1546 1547 1548 |
# File 'sig/types.rbs', line 1546 def replication_groups @replication_groups end |