#[non_exhaustive]pub struct UpdateTerminationProtectionInput { /* private fields */ }Implementations
sourceimpl UpdateTerminationProtectionInput
impl UpdateTerminationProtectionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateTerminationProtection, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateTerminationProtection, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateTerminationProtection>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateTerminationProtectionInput.
sourceimpl UpdateTerminationProtectionInput
impl UpdateTerminationProtectionInput
sourcepub fn enable_termination_protection(&self) -> Option<bool>
pub fn enable_termination_protection(&self) -> Option<bool>
Whether to enable termination protection on the specified stack.
sourcepub fn stack_name(&self) -> Option<&str>
pub fn stack_name(&self) -> Option<&str>
The name or unique ID of the stack for which you want to set termination protection.
Trait Implementations
sourceimpl Clone for UpdateTerminationProtectionInput
impl Clone for UpdateTerminationProtectionInput
sourcefn clone(&self) -> UpdateTerminationProtectionInput
fn clone(&self) -> UpdateTerminationProtectionInput
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 PartialEq<UpdateTerminationProtectionInput> for UpdateTerminationProtectionInput
impl PartialEq<UpdateTerminationProtectionInput> for UpdateTerminationProtectionInput
sourcefn eq(&self, other: &UpdateTerminationProtectionInput) -> bool
fn eq(&self, other: &UpdateTerminationProtectionInput) -> bool
impl StructuralPartialEq for UpdateTerminationProtectionInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateTerminationProtectionInput
impl Send for UpdateTerminationProtectionInput
impl Sync for UpdateTerminationProtectionInput
impl Unpin for UpdateTerminationProtectionInput
impl UnwindSafe for UpdateTerminationProtectionInput
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