Struct rusoto_ssm::PatchStatus [] [src]

pub struct PatchStatus {
    pub approval_date: Option<f64>,
    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 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.

impl Clone for PatchStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more