Struct rusoto_redshift::TableRestoreStatusMessage[][src]

pub struct TableRestoreStatusMessage {
    pub marker: Option<String>,
    pub table_restore_status_details: Option<Vec<TableRestoreStatus>>,
}

Fields

A pagination token that can be used in a subsequent DescribeTableRestoreStatus request.

A list of status details for one or more table restore requests.

Trait Implementations

impl Default for TableRestoreStatusMessage
[src]

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

impl Debug for TableRestoreStatusMessage
[src]

Formats the value using the given formatter. Read more

impl Clone for TableRestoreStatusMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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