Struct aws_sdk_ssm::input::GetPatchBaselineInput
source · [−]#[non_exhaustive]pub struct GetPatchBaselineInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for GetPatchBaselineInput
impl Clone for GetPatchBaselineInput
sourcefn clone(&self) -> GetPatchBaselineInput
fn clone(&self) -> GetPatchBaselineInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GetPatchBaselineInput
impl Debug for GetPatchBaselineInput
sourceimpl PartialEq<GetPatchBaselineInput> for GetPatchBaselineInput
impl PartialEq<GetPatchBaselineInput> for GetPatchBaselineInput
sourcefn eq(&self, other: &GetPatchBaselineInput) -> bool
fn eq(&self, other: &GetPatchBaselineInput) -> bool
impl StructuralPartialEq for GetPatchBaselineInput
Auto Trait Implementations
impl RefUnwindSafe for GetPatchBaselineInput
impl Send for GetPatchBaselineInput
impl Sync for GetPatchBaselineInput
impl Unpin for GetPatchBaselineInput
impl UnwindSafe for GetPatchBaselineInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more