#[non_exhaustive]pub struct DescribeSourceRegionsOutput {
pub marker: Option<String>,
pub source_regions: Option<Vec<SourceRegion>>,
/* private fields */
}Expand description
Contains the result of a successful invocation of the DescribeSourceRegions action.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.marker: Option<String>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.
source_regions: Option<Vec<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.
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) -> &[SourceRegion]
pub fn source_regions(&self) -> &[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.
If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .source_regions.is_none().
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
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for DescribeSourceRegionsOutput
impl Debug for DescribeSourceRegionsOutput
source§impl PartialEq for DescribeSourceRegionsOutput
impl PartialEq for DescribeSourceRegionsOutput
source§fn eq(&self, other: &DescribeSourceRegionsOutput) -> bool
fn eq(&self, other: &DescribeSourceRegionsOutput) -> bool
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>
None if the service could not be reached.