Struct aws_sdk_rds::operation::create_blue_green_deployment::CreateBlueGreenDeploymentOutput
source · #[non_exhaustive]pub struct CreateBlueGreenDeploymentOutput { /* private fields */ }Implementations§
source§impl CreateBlueGreenDeploymentOutput
impl CreateBlueGreenDeploymentOutput
sourcepub fn blue_green_deployment(&self) -> Option<&BlueGreenDeployment>
pub fn blue_green_deployment(&self) -> Option<&BlueGreenDeployment>
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.
source§impl CreateBlueGreenDeploymentOutput
impl CreateBlueGreenDeploymentOutput
sourcepub fn builder() -> CreateBlueGreenDeploymentOutputBuilder
pub fn builder() -> CreateBlueGreenDeploymentOutputBuilder
Creates a new builder-style object to manufacture CreateBlueGreenDeploymentOutput.
Trait Implementations§
source§impl Clone for CreateBlueGreenDeploymentOutput
impl Clone for CreateBlueGreenDeploymentOutput
source§fn clone(&self) -> CreateBlueGreenDeploymentOutput
fn clone(&self) -> CreateBlueGreenDeploymentOutput
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<CreateBlueGreenDeploymentOutput> for CreateBlueGreenDeploymentOutput
impl PartialEq<CreateBlueGreenDeploymentOutput> for CreateBlueGreenDeploymentOutput
source§fn eq(&self, other: &CreateBlueGreenDeploymentOutput) -> bool
fn eq(&self, other: &CreateBlueGreenDeploymentOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for CreateBlueGreenDeploymentOutput
impl RequestId for CreateBlueGreenDeploymentOutput
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.