Struct rusoto_codedeploy::ContinueDeploymentInput
[−]
[src]
pub struct ContinueDeploymentInput {
pub deployment_id: Option<String>,
}Fields
deployment_id: Option<String>
The deployment ID of the blue/green deployment for which you want to start rerouting traffic to the replacement environment.
Trait Implementations
impl Default for ContinueDeploymentInput[src]
fn default() -> ContinueDeploymentInput[src]
Returns the "default value" for a type. Read more
impl Debug for ContinueDeploymentInput[src]
impl Clone for ContinueDeploymentInput[src]
fn clone(&self) -> ContinueDeploymentInput[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more