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