Struct rusoto_elasticache::NodeGroupMember [] [src]

pub struct NodeGroupMember {
    pub cache_cluster_id: Option<String>,
    pub cache_node_id: Option<String>,
    pub current_role: Option<String>,
    pub preferred_availability_zone: Option<String>,
    pub read_endpoint: Option<Endpoint>,
}

Represents a single node within a node group (shard).

Fields

The ID of the cache cluster to which the node belongs.

The ID of the node within its cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).

The role that is currently assigned to the node - primary or replica.

The name of the Availability Zone in which the node is located.

Trait Implementations

impl Default for NodeGroupMember
[src]

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

impl Debug for NodeGroupMember
[src]

Formats the value using the given formatter.

impl Clone for NodeGroupMember
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more