Struct rusoto_ssm::PatchStatus[][src]

pub struct PatchStatus {
    pub approval_date: Option<f64>,
    pub compliance_level: Option<String>,
    pub deployment_status: Option<String>,
}

Information about the approval status of a patch.

Fields

The date the patch was approved (or will be approved if the status is PENDING_APPROVAL).

The compliance severity level for a patch.

The approval status of a patch (APPROVED, PENDING_APPROVAL, EXPLICIT_APPROVED, EXPLICIT_REJECTED).

Trait Implementations

impl Default for PatchStatus
[src]

Returns the "default value" for a type. Read more

impl Debug for PatchStatus
[src]

Formats the value using the given formatter. Read more

impl Clone for PatchStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PatchStatus
[src]

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 PatchStatus

impl Sync for PatchStatus