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