Struct rusoto_rds::PendingMaintenanceActionsMessage[][src]

pub struct PendingMaintenanceActionsMessage {
    pub marker: Option<String>,
    pub pending_maintenance_actions: Option<Vec<ResourcePendingMaintenanceActions>>,
}

Data returned from the DescribePendingMaintenanceActions action.

Fields

An optional pagination token provided by a previous DescribePendingMaintenanceActions request. If this parameter is specified, the response includes only records beyond the marker, up to a number of records specified by MaxRecords.

A list of the pending maintenance actions for the resource.

Trait Implementations

impl Default for PendingMaintenanceActionsMessage
[src]

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

impl Debug for PendingMaintenanceActionsMessage
[src]

Formats the value using the given formatter. Read more

impl Clone for PendingMaintenanceActionsMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PendingMaintenanceActionsMessage
[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