Struct rusoto_rds::PendingMaintenanceAction [] [src]

pub struct PendingMaintenanceAction {
    pub action: Option<String>,
    pub auto_applied_after_date: Option<TStamp>,
    pub current_apply_date: Option<TStamp>,
    pub description: Option<String>,
    pub forced_apply_date: Option<TStamp>,
    pub opt_in_status: Option<String>,
}

Provides information about a pending maintenance action for a resource.

Fields

The type of pending maintenance action that is available for the resource.

The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.

The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.

A description providing more detail about the maintenance action.

The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.

Indicates the type of opt-in request that has been received for the resource.

Trait Implementations

impl Default for PendingMaintenanceAction
[src]

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

impl Debug for PendingMaintenanceAction
[src]

Formats the value using the given formatter.

impl Clone for PendingMaintenanceAction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more