Struct rusoto_rds::DBClusterMessage [] [src]

pub struct DBClusterMessage {
    pub db_clusters: Option<Vec<DBCluster>>,
    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]

[src]

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

impl Debug for DBClusterMessage
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DBClusterMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations