pub struct GetMaintenanceWindowExecutionRequest {
pub window_execution_id: String,
}Fields§
§window_execution_id: StringThe ID of the maintenance window execution that includes the task.
Trait Implementations§
Source§impl Clone for GetMaintenanceWindowExecutionRequest
impl Clone for GetMaintenanceWindowExecutionRequest
Source§fn clone(&self) -> GetMaintenanceWindowExecutionRequest
fn clone(&self) -> GetMaintenanceWindowExecutionRequest
Returns a duplicate 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 Default for GetMaintenanceWindowExecutionRequest
impl Default for GetMaintenanceWindowExecutionRequest
Source§fn default() -> GetMaintenanceWindowExecutionRequest
fn default() -> GetMaintenanceWindowExecutionRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetMaintenanceWindowExecutionRequest
impl PartialEq for GetMaintenanceWindowExecutionRequest
Source§fn eq(&self, other: &GetMaintenanceWindowExecutionRequest) -> bool
fn eq(&self, other: &GetMaintenanceWindowExecutionRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetMaintenanceWindowExecutionRequest
Auto Trait Implementations§
impl Freeze for GetMaintenanceWindowExecutionRequest
impl RefUnwindSafe for GetMaintenanceWindowExecutionRequest
impl Send for GetMaintenanceWindowExecutionRequest
impl Sync for GetMaintenanceWindowExecutionRequest
impl Unpin for GetMaintenanceWindowExecutionRequest
impl UnwindSafe for GetMaintenanceWindowExecutionRequest
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