Struct aws_sdk_ssm::operation::cancel_maintenance_window_execution::CancelMaintenanceWindowExecutionOutput
source · #[non_exhaustive]pub struct CancelMaintenanceWindowExecutionOutput { /* private fields */ }
Implementations§
source§impl CancelMaintenanceWindowExecutionOutput
impl CancelMaintenanceWindowExecutionOutput
sourcepub fn window_execution_id(&self) -> Option<&str>
pub fn window_execution_id(&self) -> Option<&str>
The ID of the maintenance window execution that has been stopped.
source§impl CancelMaintenanceWindowExecutionOutput
impl CancelMaintenanceWindowExecutionOutput
sourcepub fn builder() -> CancelMaintenanceWindowExecutionOutputBuilder
pub fn builder() -> CancelMaintenanceWindowExecutionOutputBuilder
Creates a new builder-style object to manufacture CancelMaintenanceWindowExecutionOutput
.
Trait Implementations§
source§impl Clone for CancelMaintenanceWindowExecutionOutput
impl Clone for CancelMaintenanceWindowExecutionOutput
source§fn clone(&self) -> CancelMaintenanceWindowExecutionOutput
fn clone(&self) -> CancelMaintenanceWindowExecutionOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<CancelMaintenanceWindowExecutionOutput> for CancelMaintenanceWindowExecutionOutput
impl PartialEq<CancelMaintenanceWindowExecutionOutput> for CancelMaintenanceWindowExecutionOutput
source§fn eq(&self, other: &CancelMaintenanceWindowExecutionOutput) -> bool
fn eq(&self, other: &CancelMaintenanceWindowExecutionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CancelMaintenanceWindowExecutionOutput
impl RequestId for CancelMaintenanceWindowExecutionOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for CancelMaintenanceWindowExecutionOutput
Auto Trait Implementations§
impl RefUnwindSafe for CancelMaintenanceWindowExecutionOutput
impl Send for CancelMaintenanceWindowExecutionOutput
impl Sync for CancelMaintenanceWindowExecutionOutput
impl Unpin for CancelMaintenanceWindowExecutionOutput
impl UnwindSafe for CancelMaintenanceWindowExecutionOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more