pub struct CancelInstanceRefresh { /* private fields */ }Expand description
Fluent builder constructing a request to CancelInstanceRefresh.
Cancels an instance refresh operation in progress. Cancellation does not roll back any replacements that have already been completed, but it prevents new replacements from being started.
This operation is part of the instance refresh feature in Amazon EC2 Auto Scaling, which helps you update instances in your Auto Scaling group after you make configuration changes.
Implementations§
source§impl CancelInstanceRefresh
impl CancelInstanceRefresh
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<CancelInstanceRefresh, AwsResponseRetryClassifier>, SdkError<CancelInstanceRefreshError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<CancelInstanceRefresh, AwsResponseRetryClassifier>, SdkError<CancelInstanceRefreshError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<CancelInstanceRefreshOutput, SdkError<CancelInstanceRefreshError>>
pub async fn send(
self
) -> Result<CancelInstanceRefreshOutput, SdkError<CancelInstanceRefreshError>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn auto_scaling_group_name(self, input: impl Into<String>) -> Self
pub fn auto_scaling_group_name(self, input: impl Into<String>) -> Self
The name of the Auto Scaling group.
sourcepub fn set_auto_scaling_group_name(self, input: Option<String>) -> Self
pub fn set_auto_scaling_group_name(self, input: Option<String>) -> Self
The name of the Auto Scaling group.
Trait Implementations§
source§impl Clone for CancelInstanceRefresh
impl Clone for CancelInstanceRefresh
source§fn clone(&self) -> CancelInstanceRefresh
fn clone(&self) -> CancelInstanceRefresh
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more