#[non_exhaustive]pub struct GetPatchBaselineForPatchGroupInput { /* private fields */ }
Implementations
sourceimpl GetPatchBaselineForPatchGroupInput
impl GetPatchBaselineForPatchGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetPatchBaselineForPatchGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetPatchBaselineForPatchGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetPatchBaselineForPatchGroup
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetPatchBaselineForPatchGroupInput
.
sourceimpl GetPatchBaselineForPatchGroupInput
impl GetPatchBaselineForPatchGroupInput
sourcepub fn patch_group(&self) -> Option<&str>
pub fn patch_group(&self) -> Option<&str>
The name of the patch group whose patch baseline should be retrieved.
sourcepub fn operating_system(&self) -> Option<&OperatingSystem>
pub fn operating_system(&self) -> Option<&OperatingSystem>
Returns the operating system rule specified for patch groups using the patch baseline.
Trait Implementations
sourceimpl Clone for GetPatchBaselineForPatchGroupInput
impl Clone for GetPatchBaselineForPatchGroupInput
sourcefn clone(&self) -> GetPatchBaselineForPatchGroupInput
fn clone(&self) -> GetPatchBaselineForPatchGroupInput
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 PartialEq<GetPatchBaselineForPatchGroupInput> for GetPatchBaselineForPatchGroupInput
impl PartialEq<GetPatchBaselineForPatchGroupInput> for GetPatchBaselineForPatchGroupInput
sourcefn eq(&self, other: &GetPatchBaselineForPatchGroupInput) -> bool
fn eq(&self, other: &GetPatchBaselineForPatchGroupInput) -> bool
impl StructuralPartialEq for GetPatchBaselineForPatchGroupInput
Auto Trait Implementations
impl RefUnwindSafe for GetPatchBaselineForPatchGroupInput
impl Send for GetPatchBaselineForPatchGroupInput
impl Sync for GetPatchBaselineForPatchGroupInput
impl Unpin for GetPatchBaselineForPatchGroupInput
impl UnwindSafe for GetPatchBaselineForPatchGroupInput
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