#[non_exhaustive]pub struct DescribeMaintenanceWindowExecutionsInput { /* private fields */ }
Implementations
sourceimpl DescribeMaintenanceWindowExecutionsInput
impl DescribeMaintenanceWindowExecutionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeMaintenanceWindowExecutions, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeMaintenanceWindowExecutions, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeMaintenanceWindowExecutions
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeMaintenanceWindowExecutionsInput
.
sourceimpl DescribeMaintenanceWindowExecutionsInput
impl DescribeMaintenanceWindowExecutionsInput
sourcepub fn window_id(&self) -> Option<&str>
pub fn window_id(&self) -> Option<&str>
The ID of the maintenance window whose executions should be retrieved.
sourcepub fn filters(&self) -> Option<&[MaintenanceWindowFilter]>
pub fn filters(&self) -> Option<&[MaintenanceWindowFilter]>
Each entry in the array is a structure containing:
-
Key. A string between 1 and 128 characters. Supported keys include
ExecutedBefore
andExecutedAfter
. -
Values. An array of strings, each between 1 and 256 characters. Supported values are date/time strings in a valid ISO 8601 date/time format, such as
2021-11-04T05:00:00Z
.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token for the next set of items to return. (You received this token from a previous call.)
Trait Implementations
sourceimpl Clone for DescribeMaintenanceWindowExecutionsInput
impl Clone for DescribeMaintenanceWindowExecutionsInput
sourcefn clone(&self) -> DescribeMaintenanceWindowExecutionsInput
fn clone(&self) -> DescribeMaintenanceWindowExecutionsInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more