Struct aws_sdk_rds::types::SwitchoverDetail
source · #[non_exhaustive]pub struct SwitchoverDetail { /* private fields */ }Expand description
Contains the details about a blue/green deployment.
For more information, see Using Amazon RDS Blue/Green Deployments for database updates in the Amazon RDS User Guide and Using Amazon RDS Blue/Green Deployments for database updates in the Amazon Aurora User Guide.
Implementations§
source§impl SwitchoverDetail
impl SwitchoverDetail
sourcepub fn source_member(&self) -> Option<&str>
pub fn source_member(&self) -> Option<&str>
The Amazon Resource Name (ARN) of a resource in the blue environment.
sourcepub fn target_member(&self) -> Option<&str>
pub fn target_member(&self) -> Option<&str>
The Amazon Resource Name (ARN) of a resource in the green environment.
sourcepub fn status(&self) -> Option<&str>
pub fn status(&self) -> Option<&str>
The switchover status of a resource in a blue/green deployment.
Values:
-
preparing-for-switchover- The resource is being prepared to switch over. -
ready-for-switchover- The resource is ready to switch over. -
switchover-in-progress- The resource is being switched over. -
switchover-completed- The resource has been switched over. -
switchover-failed- The resource attempted to switch over but failed.
source§impl SwitchoverDetail
impl SwitchoverDetail
sourcepub fn builder() -> SwitchoverDetailBuilder
pub fn builder() -> SwitchoverDetailBuilder
Creates a new builder-style object to manufacture SwitchoverDetail.
Trait Implementations§
source§impl Clone for SwitchoverDetail
impl Clone for SwitchoverDetail
source§fn clone(&self) -> SwitchoverDetail
fn clone(&self) -> SwitchoverDetail
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for SwitchoverDetail
impl Debug for SwitchoverDetail
source§impl PartialEq<SwitchoverDetail> for SwitchoverDetail
impl PartialEq<SwitchoverDetail> for SwitchoverDetail
source§fn eq(&self, other: &SwitchoverDetail) -> bool
fn eq(&self, other: &SwitchoverDetail) -> bool
self and other values to be equal, and is used
by ==.