#[non_exhaustive]pub struct DescribeInstancePatchesOutput { /* private fields */ }
Implementations§
source§impl DescribeInstancePatchesOutput
impl DescribeInstancePatchesOutput
sourcepub fn patches(&self) -> Option<&[PatchComplianceData]>
pub fn patches(&self) -> Option<&[PatchComplianceData]>
Each entry in the array is a structure containing:
-
Title (string)
-
KBId (string)
-
Classification (string)
-
Severity (string)
-
State (string, such as "INSTALLED" or "FAILED")
-
InstalledTime (DateTime)
-
InstalledBy (string)
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
source§impl DescribeInstancePatchesOutput
impl DescribeInstancePatchesOutput
sourcepub fn builder() -> DescribeInstancePatchesOutputBuilder
pub fn builder() -> DescribeInstancePatchesOutputBuilder
Creates a new builder-style object to manufacture DescribeInstancePatchesOutput
.
Trait Implementations§
source§impl Clone for DescribeInstancePatchesOutput
impl Clone for DescribeInstancePatchesOutput
source§fn clone(&self) -> DescribeInstancePatchesOutput
fn clone(&self) -> DescribeInstancePatchesOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<DescribeInstancePatchesOutput> for DescribeInstancePatchesOutput
impl PartialEq<DescribeInstancePatchesOutput> for DescribeInstancePatchesOutput
source§fn eq(&self, other: &DescribeInstancePatchesOutput) -> bool
fn eq(&self, other: &DescribeInstancePatchesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeInstancePatchesOutput
impl RequestId for DescribeInstancePatchesOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for DescribeInstancePatchesOutput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeInstancePatchesOutput
impl Send for DescribeInstancePatchesOutput
impl Sync for DescribeInstancePatchesOutput
impl Unpin for DescribeInstancePatchesOutput
impl UnwindSafe for DescribeInstancePatchesOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more