Struct aws_sdk_codedeploy::input::ContinueDeploymentInput
source · [−]#[non_exhaustive]pub struct ContinueDeploymentInput { /* private fields */ }
Implementations
sourceimpl ContinueDeploymentInput
impl ContinueDeploymentInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ContinueDeployment, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ContinueDeployment, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ContinueDeployment
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ContinueDeploymentInput
.
sourceimpl ContinueDeploymentInput
impl ContinueDeploymentInput
sourcepub fn deployment_id(&self) -> Option<&str>
pub fn deployment_id(&self) -> Option<&str>
The unique ID of a blue/green deployment for which you want to start rerouting traffic to the replacement environment.
sourcepub fn deployment_wait_type(&self) -> Option<&DeploymentWaitType>
pub fn deployment_wait_type(&self) -> Option<&DeploymentWaitType>
The status of the deployment's waiting period. READY_WAIT
indicates that the deployment is ready to start shifting traffic. TERMINATION_WAIT
indicates that the traffic is shifted, but the original target is not terminated.
Trait Implementations
sourceimpl Clone for ContinueDeploymentInput
impl Clone for ContinueDeploymentInput
sourcefn clone(&self) -> ContinueDeploymentInput
fn clone(&self) -> ContinueDeploymentInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ContinueDeploymentInput
impl Debug for ContinueDeploymentInput
sourceimpl PartialEq<ContinueDeploymentInput> for ContinueDeploymentInput
impl PartialEq<ContinueDeploymentInput> for ContinueDeploymentInput
sourcefn eq(&self, other: &ContinueDeploymentInput) -> bool
fn eq(&self, other: &ContinueDeploymentInput) -> bool
impl StructuralPartialEq for ContinueDeploymentInput
Auto Trait Implementations
impl RefUnwindSafe for ContinueDeploymentInput
impl Send for ContinueDeploymentInput
impl Sync for ContinueDeploymentInput
impl Unpin for ContinueDeploymentInput
impl UnwindSafe for ContinueDeploymentInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more