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