#[non_exhaustive]pub struct DescribeInstancePatchesInput { /* private fields */ }
Implementations§
source§impl DescribeInstancePatchesInput
impl DescribeInstancePatchesInput
sourcepub fn instance_id(&self) -> Option<&str>
pub fn instance_id(&self) -> Option<&str>
The ID of the managed node whose patch state information should be retrieved.
sourcepub fn filters(&self) -> Option<&[PatchOrchestratorFilter]>
pub fn filters(&self) -> Option<&[PatchOrchestratorFilter]>
Each element in the array is a structure containing a key-value pair.
Supported keys for DescribeInstancePatches
include the following:
-
Classification
Sample values:
Security
|SecurityUpdates
-
KBId
Sample values:
KB4480056
|java-1.7.0-openjdk.x86_64
-
Severity
Sample values:
Important
|Medium
|Low
-
State
Sample values:
Installed
|InstalledOther
|InstalledPendingReboot
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.)
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of patches to return (per page).
source§impl DescribeInstancePatchesInput
impl DescribeInstancePatchesInput
sourcepub fn builder() -> DescribeInstancePatchesInputBuilder
pub fn builder() -> DescribeInstancePatchesInputBuilder
Creates a new builder-style object to manufacture DescribeInstancePatchesInput
.
source§impl DescribeInstancePatchesInput
impl DescribeInstancePatchesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeInstancePatches, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DescribeInstancePatches, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeInstancePatches
>
Trait Implementations§
source§impl Clone for DescribeInstancePatchesInput
impl Clone for DescribeInstancePatchesInput
source§fn clone(&self) -> DescribeInstancePatchesInput
fn clone(&self) -> DescribeInstancePatchesInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for DescribeInstancePatchesInput
impl Debug for DescribeInstancePatchesInput
source§impl PartialEq<DescribeInstancePatchesInput> for DescribeInstancePatchesInput
impl PartialEq<DescribeInstancePatchesInput> for DescribeInstancePatchesInput
source§fn eq(&self, other: &DescribeInstancePatchesInput) -> bool
fn eq(&self, other: &DescribeInstancePatchesInput) -> bool
self
and other
values to be equal, and is used
by ==
.