#[non_exhaustive]pub struct GetPatchBaselineForPatchGroupInput { /* private fields */ }Implementations§
source§impl 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.
source§impl 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§
source§impl Clone for GetPatchBaselineForPatchGroupInput
impl Clone for GetPatchBaselineForPatchGroupInput
source§fn clone(&self) -> GetPatchBaselineForPatchGroupInput
fn clone(&self) -> GetPatchBaselineForPatchGroupInput
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<GetPatchBaselineForPatchGroupInput> for GetPatchBaselineForPatchGroupInput
impl PartialEq<GetPatchBaselineForPatchGroupInput> for GetPatchBaselineForPatchGroupInput
source§fn eq(&self, other: &GetPatchBaselineForPatchGroupInput) -> bool
fn eq(&self, other: &GetPatchBaselineForPatchGroupInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.