Struct rusoto_rds::DBClusterMessage [] [src]

pub struct DBClusterMessage {
    pub db_clusters: Option<DBClusterList>,
    pub marker: Option<String>,
}

Contains the result of a successful invocation of the DescribeDBClusters action.

Fields

Contains a list of DB clusters for the user.

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

Trait Implementations

impl Default for DBClusterMessage
[src]

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

impl Debug for DBClusterMessage
[src]

Formats the value using the given formatter.

impl Clone for DBClusterMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more