pub struct DescribeGlobalReplicationGroupsResult {
pub global_replication_groups: Option<Vec<GlobalReplicationGroup>>,
pub marker: Option<String>,
}
Fields§
§global_replication_groups: Option<Vec<GlobalReplicationGroup>>
Indicates the slot configuration and global identifier for each slice group.
marker: Option<String>
An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords. >
Trait Implementations§
Source§impl Clone for DescribeGlobalReplicationGroupsResult
impl Clone for DescribeGlobalReplicationGroupsResult
Source§fn clone(&self) -> DescribeGlobalReplicationGroupsResult
fn clone(&self) -> DescribeGlobalReplicationGroupsResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for DescribeGlobalReplicationGroupsResult
impl Default for DescribeGlobalReplicationGroupsResult
Source§fn default() -> DescribeGlobalReplicationGroupsResult
fn default() -> DescribeGlobalReplicationGroupsResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeGlobalReplicationGroupsResult
impl PartialEq for DescribeGlobalReplicationGroupsResult
Source§fn eq(&self, other: &DescribeGlobalReplicationGroupsResult) -> bool
fn eq(&self, other: &DescribeGlobalReplicationGroupsResult) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DescribeGlobalReplicationGroupsResult
Auto Trait Implementations§
impl Freeze for DescribeGlobalReplicationGroupsResult
impl RefUnwindSafe for DescribeGlobalReplicationGroupsResult
impl Send for DescribeGlobalReplicationGroupsResult
impl Sync for DescribeGlobalReplicationGroupsResult
impl Unpin for DescribeGlobalReplicationGroupsResult
impl UnwindSafe for DescribeGlobalReplicationGroupsResult
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more