#[non_exhaustive]pub struct GetPatchBaselineForPatchGroupOutput {
pub baseline_id: Option<String>,
pub patch_group: Option<String>,
pub operating_system: Option<OperatingSystem>,
}
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 that should be used for the patch group.
patch_group: Option<String>
The name of the patch group.
operating_system: Option<OperatingSystem>
The operating system rule specified for patch groups using the patch baseline.
Implementations
The ID of the patch baseline that should be used for the patch group.
The name of the patch group.
The operating system rule specified for patch groups using the patch baseline.
Creates a new builder-style object to manufacture GetPatchBaselineForPatchGroupOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for GetPatchBaselineForPatchGroupOutput
impl Sync for GetPatchBaselineForPatchGroupOutput
impl Unpin for GetPatchBaselineForPatchGroupOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more