Struct aws_sdk_ssm::model::patch_status::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for PatchStatus
Implementations
The approval status of a patch.
The approval status of a patch.
The compliance severity level for a patch.
The compliance severity level for a patch.
The date the patch was approved (or will be approved if the status is PENDING_APPROVAL
).
The date the patch was approved (or will be approved if the status is PENDING_APPROVAL
).
Consumes the builder and constructs a PatchStatus
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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