Struct aws_sdk_ssm::input::DescribePatchGroupsInput
source · [−]#[non_exhaustive]pub struct DescribePatchGroupsInput {
pub max_results: Option<i32>,
pub filters: Option<Vec<PatchOrchestratorFilter>>,
pub next_token: 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.max_results: Option<i32>
The maximum number of patch groups to return (per page).
filters: Option<Vec<PatchOrchestratorFilter>>
Each element in the array is a structure containing a key-value pair.
Supported keys for DescribePatchGroups
include the following:
-
NAME_PREFIX
Sample values:
AWS-
|My-
. -
OPERATING_SYSTEM
Sample values:
AMAZON_LINUX
|SUSE
|WINDOWS
next_token: Option<String>
The token for the next set of items to return. (You received this token from a previous call.)
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribePatchGroups, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribePatchGroups, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribePatchGroups
>
Creates a new builder-style object to manufacture DescribePatchGroupsInput
The maximum number of patch groups to return (per page).
Each element in the array is a structure containing a key-value pair.
Supported keys for DescribePatchGroups
include the following:
-
NAME_PREFIX
Sample values:
AWS-
|My-
. -
OPERATING_SYSTEM
Sample values:
AMAZON_LINUX
|SUSE
|WINDOWS
The token for the next set of items to return. (You received this token from a previous call.)
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
impl RefUnwindSafe for DescribePatchGroupsInput
impl Send for DescribePatchGroupsInput
impl Sync for DescribePatchGroupsInput
impl Unpin for DescribePatchGroupsInput
impl UnwindSafe for DescribePatchGroupsInput
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