#[non_exhaustive]pub struct AbortEnvironmentUpdateInput {
pub environment_id: Option<String>,
pub environment_name: Option<String>,
}
Expand description
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.environment_id: Option<String>
This specifies the ID of the environment with the in-progress update that you want to cancel.
environment_name: Option<String>
This specifies the name of the environment with the in-progress update that you want to cancel.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AbortEnvironmentUpdate, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AbortEnvironmentUpdate, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<AbortEnvironmentUpdate
>
Creates a new builder-style object to manufacture AbortEnvironmentUpdateInput
This specifies the ID of the environment with the in-progress update that you want to cancel.
This specifies the name of the environment with the in-progress update that you want to cancel.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for AbortEnvironmentUpdateInput
impl Send for AbortEnvironmentUpdateInput
impl Sync for AbortEnvironmentUpdateInput
impl Unpin for AbortEnvironmentUpdateInput
impl UnwindSafe for AbortEnvironmentUpdateInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more