#[non_exhaustive]pub struct GetMaintenanceWindowExecutionTaskInvocationInput {
pub window_execution_id: Option<String>,
pub task_id: Option<String>,
pub invocation_id: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.window_execution_id: Option<String>
The ID of the maintenance window execution for which the task is a part.
task_id: Option<String>
The ID of the specific task in the maintenance window task that should be retrieved.
invocation_id: Option<String>
The invocation ID to retrieve.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetMaintenanceWindowExecutionTaskInvocation, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetMaintenanceWindowExecutionTaskInvocation, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<GetMaintenanceWindowExecutionTaskInvocation
>
Creates a new builder-style object to manufacture GetMaintenanceWindowExecutionTaskInvocationInput
The ID of the maintenance window execution for which the task is a part.
The ID of the specific task in the maintenance window task that should be retrieved.
The invocation ID to retrieve.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more