Struct aws_sdk_rds::types::SourceRegion
source · #[non_exhaustive]pub struct SourceRegion { /* private fields */ }Expand description
Contains an Amazon Web Services Region name as the result of a successful call to the DescribeSourceRegions action.
Implementations§
source§impl SourceRegion
impl SourceRegion
sourcepub fn region_name(&self) -> Option<&str>
pub fn region_name(&self) -> Option<&str>
The name of the source Amazon Web Services Region.
sourcepub fn endpoint(&self) -> Option<&str>
pub fn endpoint(&self) -> Option<&str>
The endpoint for the source Amazon Web Services Region endpoint.
sourcepub fn supports_db_instance_automated_backups_replication(&self) -> bool
pub fn supports_db_instance_automated_backups_replication(&self) -> bool
Whether the source Amazon Web Services Region supports replicating automated backups to the current Amazon Web Services Region.
source§impl SourceRegion
impl SourceRegion
sourcepub fn builder() -> SourceRegionBuilder
pub fn builder() -> SourceRegionBuilder
Creates a new builder-style object to manufacture SourceRegion.
Trait Implementations§
source§impl Clone for SourceRegion
impl Clone for SourceRegion
source§fn clone(&self) -> SourceRegion
fn clone(&self) -> SourceRegion
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 SourceRegion
impl Debug for SourceRegion
source§impl PartialEq<SourceRegion> for SourceRegion
impl PartialEq<SourceRegion> for SourceRegion
source§fn eq(&self, other: &SourceRegion) -> bool
fn eq(&self, other: &SourceRegion) -> bool
This method tests for
self and other values to be equal, and is used
by ==.