Struct aws_sdk_ssm::input::DescribePatchBaselinesInput [−][src]
#[non_exhaustive]pub struct DescribePatchBaselinesInput {
pub filters: Option<Vec<PatchOrchestratorFilter>>,
pub max_results: Option<i32>,
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.filters: Option<Vec<PatchOrchestratorFilter>>
Each element in the array is a structure containing a key-value pair.
Supported keys for DescribePatchBaselines
include the following:
-
NAME_PREFIX
Sample values:
AWS-
|My-
-
OWNER
Sample values:
AWS
|Self
-
OPERATING_SYSTEM
Sample values:
AMAZON_LINUX
|SUSE
|WINDOWS
max_results: Option<i32>
The maximum number of patch baselines to return (per page).
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<DescribePatchBaselines, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribePatchBaselines, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribePatchBaselines
>
Creates a new builder-style object to manufacture DescribePatchBaselinesInput
Each element in the array is a structure containing a key-value pair.
Supported keys for DescribePatchBaselines
include the following:
-
NAME_PREFIX
Sample values:
AWS-
|My-
-
OWNER
Sample values:
AWS
|Self
-
OPERATING_SYSTEM
Sample values:
AMAZON_LINUX
|SUSE
|WINDOWS
The maximum number of patch baselines to return (per page).
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 DescribePatchBaselinesInput
impl Send for DescribePatchBaselinesInput
impl Sync for DescribePatchBaselinesInput
impl Unpin for DescribePatchBaselinesInput
impl UnwindSafe for DescribePatchBaselinesInput
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