#[non_exhaustive]pub struct DescribeReplicationSubnetGroupsOutput { /* private fields */ }
Expand description
Implementations§
source§impl DescribeReplicationSubnetGroupsOutput
impl DescribeReplicationSubnetGroupsOutput
sourcepub fn marker(&self) -> Option<&str>
pub fn marker(&self) -> Option<&str>
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
sourcepub fn replication_subnet_groups(&self) -> Option<&[ReplicationSubnetGroup]>
pub fn replication_subnet_groups(&self) -> Option<&[ReplicationSubnetGroup]>
A description of the replication subnet groups.
source§impl DescribeReplicationSubnetGroupsOutput
impl DescribeReplicationSubnetGroupsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeReplicationSubnetGroupsOutput
.
Trait Implementations§
source§impl Clone for DescribeReplicationSubnetGroupsOutput
impl Clone for DescribeReplicationSubnetGroupsOutput
source§fn clone(&self) -> DescribeReplicationSubnetGroupsOutput
fn clone(&self) -> DescribeReplicationSubnetGroupsOutput
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<DescribeReplicationSubnetGroupsOutput> for DescribeReplicationSubnetGroupsOutput
impl PartialEq<DescribeReplicationSubnetGroupsOutput> for DescribeReplicationSubnetGroupsOutput
source§fn eq(&self, other: &DescribeReplicationSubnetGroupsOutput) -> bool
fn eq(&self, other: &DescribeReplicationSubnetGroupsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.