Struct aws_sdk_ssm::operation::describe_instance_patch_states::DescribeInstancePatchStatesOutput
source · #[non_exhaustive]pub struct DescribeInstancePatchStatesOutput { /* private fields */ }Implementations§
source§impl DescribeInstancePatchStatesOutput
impl DescribeInstancePatchStatesOutput
sourcepub fn instance_patch_states(&self) -> Option<&[InstancePatchState]>
pub fn instance_patch_states(&self) -> Option<&[InstancePatchState]>
The high-level patch state for the requested managed nodes.
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 DescribeInstancePatchStatesOutput
impl DescribeInstancePatchStatesOutput
sourcepub fn builder() -> DescribeInstancePatchStatesOutputBuilder
pub fn builder() -> DescribeInstancePatchStatesOutputBuilder
Creates a new builder-style object to manufacture DescribeInstancePatchStatesOutput.
Trait Implementations§
source§impl Clone for DescribeInstancePatchStatesOutput
impl Clone for DescribeInstancePatchStatesOutput
source§fn clone(&self) -> DescribeInstancePatchStatesOutput
fn clone(&self) -> DescribeInstancePatchStatesOutput
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<DescribeInstancePatchStatesOutput> for DescribeInstancePatchStatesOutput
impl PartialEq<DescribeInstancePatchStatesOutput> for DescribeInstancePatchStatesOutput
source§fn eq(&self, other: &DescribeInstancePatchStatesOutput) -> bool
fn eq(&self, other: &DescribeInstancePatchStatesOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeInstancePatchStatesOutput
impl RequestId for DescribeInstancePatchStatesOutput
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.