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]

[src]

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

impl Debug for PendingMaintenanceActionsMessage
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for PendingMaintenanceActionsMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations