#[non_exhaustive]pub struct CancelMaintenanceWindowExecutionInput { /* private fields */ }
Implementations
sourceimpl CancelMaintenanceWindowExecutionInput
impl CancelMaintenanceWindowExecutionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CancelMaintenanceWindowExecution, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CancelMaintenanceWindowExecution, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CancelMaintenanceWindowExecution
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CancelMaintenanceWindowExecutionInput
.
sourceimpl CancelMaintenanceWindowExecutionInput
impl CancelMaintenanceWindowExecutionInput
sourcepub fn window_execution_id(&self) -> Option<&str>
pub fn window_execution_id(&self) -> Option<&str>
The ID of the maintenance window execution to stop.
Trait Implementations
sourceimpl Clone for CancelMaintenanceWindowExecutionInput
impl Clone for CancelMaintenanceWindowExecutionInput
sourcefn clone(&self) -> CancelMaintenanceWindowExecutionInput
fn clone(&self) -> CancelMaintenanceWindowExecutionInput
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<CancelMaintenanceWindowExecutionInput> for CancelMaintenanceWindowExecutionInput
impl PartialEq<CancelMaintenanceWindowExecutionInput> for CancelMaintenanceWindowExecutionInput
sourcefn eq(&self, other: &CancelMaintenanceWindowExecutionInput) -> bool
fn eq(&self, other: &CancelMaintenanceWindowExecutionInput) -> bool
impl StructuralPartialEq for CancelMaintenanceWindowExecutionInput
Auto Trait Implementations
impl RefUnwindSafe for CancelMaintenanceWindowExecutionInput
impl Send for CancelMaintenanceWindowExecutionInput
impl Sync for CancelMaintenanceWindowExecutionInput
impl Unpin for CancelMaintenanceWindowExecutionInput
impl UnwindSafe for CancelMaintenanceWindowExecutionInput
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