Struct aws_sdk_ssm::input::GetPatchBaselineForPatchGroupInput [−][src]
#[non_exhaustive]pub struct GetPatchBaselineForPatchGroupInput {
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.patch_group: Option<String>
The name of the patch group whose patch baseline should be retrieved.
operating_system: Option<OperatingSystem>
Returns he operating system rule specified for patch groups using the patch baseline.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetPatchBaselineForPatchGroup, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetPatchBaselineForPatchGroup, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<GetPatchBaselineForPatchGroup
>
Creates a new builder-style object to manufacture GetPatchBaselineForPatchGroupInput
The name of the patch group whose patch baseline should be retrieved.
Returns he operating system rule specified for patch groups using the patch baseline.
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 GetPatchBaselineForPatchGroupInput
impl Sync for GetPatchBaselineForPatchGroupInput
impl Unpin for GetPatchBaselineForPatchGroupInput
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