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]

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

impl Debug for ReplicationGroupMessage
[src]

Formats the value using the given formatter. Read more

impl Clone for ReplicationGroupMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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