#[non_exhaustive]pub struct DescribeGlobalReplicationGroupsOutput { /* private fields */ }
Implementations§
source§impl DescribeGlobalReplicationGroupsOutput
impl DescribeGlobalReplicationGroupsOutput
sourcepub fn marker(&self) -> Option<&str>
pub fn marker(&self) -> Option<&str>
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. >
sourcepub fn global_replication_groups(&self) -> Option<&[GlobalReplicationGroup]>
pub fn global_replication_groups(&self) -> Option<&[GlobalReplicationGroup]>
Indicates the slot configuration and global identifier for each slice group.
source§impl DescribeGlobalReplicationGroupsOutput
impl DescribeGlobalReplicationGroupsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeGlobalReplicationGroupsOutput
.
Trait Implementations§
source§impl Clone for DescribeGlobalReplicationGroupsOutput
impl Clone for DescribeGlobalReplicationGroupsOutput
source§fn clone(&self) -> DescribeGlobalReplicationGroupsOutput
fn clone(&self) -> DescribeGlobalReplicationGroupsOutput
Returns a copy 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 PartialEq<DescribeGlobalReplicationGroupsOutput> for DescribeGlobalReplicationGroupsOutput
impl PartialEq<DescribeGlobalReplicationGroupsOutput> for DescribeGlobalReplicationGroupsOutput
source§fn eq(&self, other: &DescribeGlobalReplicationGroupsOutput) -> bool
fn eq(&self, other: &DescribeGlobalReplicationGroupsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.