#[non_exhaustive]pub struct GetPatchBaselineInput {
pub baseline_id: 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.baseline_id: Option<String>
The ID of the patch baseline to retrieve.
To retrieve information about an Amazon Web Services managed patch baseline, specify the full Amazon Resource Name (ARN) of the baseline. For example, for the baseline AWS-AmazonLinuxDefaultPatchBaseline
, specify arn:aws:ssm:us-east-2:733109147000:patchbaseline/pb-0e392de35e7c563b7
instead of pb-0e392de35e7c563b7
.
Implementations§
source§impl GetPatchBaselineInput
impl GetPatchBaselineInput
sourcepub fn baseline_id(&self) -> Option<&str>
pub fn baseline_id(&self) -> Option<&str>
The ID of the patch baseline to retrieve.
To retrieve information about an Amazon Web Services managed patch baseline, specify the full Amazon Resource Name (ARN) of the baseline. For example, for the baseline AWS-AmazonLinuxDefaultPatchBaseline
, specify arn:aws:ssm:us-east-2:733109147000:patchbaseline/pb-0e392de35e7c563b7
instead of pb-0e392de35e7c563b7
.
source§impl GetPatchBaselineInput
impl GetPatchBaselineInput
sourcepub fn builder() -> GetPatchBaselineInputBuilder
pub fn builder() -> GetPatchBaselineInputBuilder
Creates a new builder-style object to manufacture GetPatchBaselineInput
.
Trait Implementations§
source§impl Clone for GetPatchBaselineInput
impl Clone for GetPatchBaselineInput
source§fn clone(&self) -> GetPatchBaselineInput
fn clone(&self) -> GetPatchBaselineInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GetPatchBaselineInput
impl Debug for GetPatchBaselineInput
source§impl PartialEq for GetPatchBaselineInput
impl PartialEq for GetPatchBaselineInput
source§fn eq(&self, other: &GetPatchBaselineInput) -> bool
fn eq(&self, other: &GetPatchBaselineInput) -> bool
self
and other
values to be equal, and is used
by ==
.