Struct rusoto_elasticache::ReplicationGroupMessage [] [src]

pub struct ReplicationGroupMessage {
    pub marker: Option<String>,
    pub replication_groups: Option<Vec<ReplicationGroup>>,
}

Represents the output of a DescribeReplicationGroups operation.

Fields

Provides an identifier to allow retrieval of paginated results.

A list of replication groups. Each item in the list contains detailed information about one replication group.

Trait Implementations

impl Default for ReplicationGroupMessage
[src]

[src]

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

impl Debug for ReplicationGroupMessage
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ReplicationGroupMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations