Struct aws_sdk_ssm::input::GetPatchBaselineInput
source · #[non_exhaustive]pub struct GetPatchBaselineInput { /* private fields */ }Implementations§
source§impl GetPatchBaselineInput
impl GetPatchBaselineInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetPatchBaseline, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetPatchBaseline, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetPatchBaseline>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetPatchBaselineInput.
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.
Trait Implementations§
source§impl Clone for GetPatchBaselineInput
impl Clone for GetPatchBaselineInput
source§fn clone(&self) -> GetPatchBaselineInput
fn clone(&self) -> GetPatchBaselineInput
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 Debug for GetPatchBaselineInput
impl Debug for GetPatchBaselineInput
source§impl PartialEq<GetPatchBaselineInput> for GetPatchBaselineInput
impl PartialEq<GetPatchBaselineInput> for GetPatchBaselineInput
source§fn eq(&self, other: &GetPatchBaselineInput) -> bool
fn eq(&self, other: &GetPatchBaselineInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.