Struct rusoto_rds::ResourcePendingMaintenanceActions [] [src]

pub struct ResourcePendingMaintenanceActions {
    pub pending_maintenance_action_details: Option<PendingMaintenanceActionDetails>,
    pub resource_identifier: Option<String>,
}

Describes the pending maintenance actions for a resource.

Fields

A list that provides details about the pending maintenance actions for the resource.

The ARN of the resource that has pending maintenance actions.

Trait Implementations

impl Default for ResourcePendingMaintenanceActions
[src]

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

impl Debug for ResourcePendingMaintenanceActions
[src]

Formats the value using the given formatter.

impl Clone for ResourcePendingMaintenanceActions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more