#[non_exhaustive]pub struct DescribeSourceRegionsOutput { /* private fields */ }Expand description
Contains the result of a successful invocation of the DescribeSourceRegions action.
Implementations§
source§impl DescribeSourceRegionsOutput
impl DescribeSourceRegionsOutput
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 source_regions(&self) -> Option<&[SourceRegion]>
pub fn source_regions(&self) -> Option<&[SourceRegion]>
A list of SourceRegion instances that contains each source Amazon Web Services Region that the current Amazon Web Services Region can get a read replica or a DB snapshot from.
source§impl DescribeSourceRegionsOutput
impl DescribeSourceRegionsOutput
sourcepub fn builder() -> DescribeSourceRegionsOutputBuilder
pub fn builder() -> DescribeSourceRegionsOutputBuilder
Creates a new builder-style object to manufacture DescribeSourceRegionsOutput.
Trait Implementations§
source§impl Clone for DescribeSourceRegionsOutput
impl Clone for DescribeSourceRegionsOutput
source§fn clone(&self) -> DescribeSourceRegionsOutput
fn clone(&self) -> DescribeSourceRegionsOutput
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 Debug for DescribeSourceRegionsOutput
impl Debug for DescribeSourceRegionsOutput
source§impl PartialEq<DescribeSourceRegionsOutput> for DescribeSourceRegionsOutput
impl PartialEq<DescribeSourceRegionsOutput> for DescribeSourceRegionsOutput
source§fn eq(&self, other: &DescribeSourceRegionsOutput) -> bool
fn eq(&self, other: &DescribeSourceRegionsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeSourceRegionsOutput
impl RequestId for DescribeSourceRegionsOutput
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.