#[non_exhaustive]pub struct DescribeGlobalReplicationGroupsOutput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl DescribeGlobalReplicationGroupsOutput
impl DescribeGlobalReplicationGroupsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeGlobalReplicationGroupsOutput.
Trait Implementations
sourceimpl Clone for DescribeGlobalReplicationGroupsOutput
impl Clone for DescribeGlobalReplicationGroupsOutput
sourcefn clone(&self) -> DescribeGlobalReplicationGroupsOutput
fn clone(&self) -> DescribeGlobalReplicationGroupsOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<DescribeGlobalReplicationGroupsOutput> for DescribeGlobalReplicationGroupsOutput
impl PartialEq<DescribeGlobalReplicationGroupsOutput> for DescribeGlobalReplicationGroupsOutput
sourcefn eq(&self, other: &DescribeGlobalReplicationGroupsOutput) -> bool
fn eq(&self, other: &DescribeGlobalReplicationGroupsOutput) -> bool
impl StructuralPartialEq for DescribeGlobalReplicationGroupsOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeGlobalReplicationGroupsOutput
impl Send for DescribeGlobalReplicationGroupsOutput
impl Sync for DescribeGlobalReplicationGroupsOutput
impl Unpin for DescribeGlobalReplicationGroupsOutput
impl UnwindSafe for DescribeGlobalReplicationGroupsOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more