Class: Aws::Types::DescribeGlobalReplicationGroupsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeGlobalReplicationGroupsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#global_replication_groups ⇒ ::Array[Types::GlobalReplicationGroup]
Returns the value of attribute global_replication_groups.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#global_replication_groups ⇒ ::Array[Types::GlobalReplicationGroup]
Returns the value of attribute global_replication_groups.
772 773 774 |
# File 'sig/types.rbs', line 772 def global_replication_groups @global_replication_groups end |
#marker ⇒ ::String
Returns the value of attribute marker.
771 772 773 |
# File 'sig/types.rbs', line 771 def marker @marker end |