Struct aws_sdk_databasemigration::operation::describe_replication_subnet_groups::DescribeReplicationSubnetGroupsOutput
source · #[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() -> DescribeReplicationSubnetGroupsOutputBuilder
pub fn builder() -> DescribeReplicationSubnetGroupsOutputBuilder
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 ==.source§impl RequestId for DescribeReplicationSubnetGroupsOutput
impl RequestId for DescribeReplicationSubnetGroupsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.