Struct aws_sdk_memorydb::model::Node [−][src]
#[non_exhaustive]pub struct Node {
pub name: Option<String>,
pub status: Option<String>,
pub availability_zone: Option<String>,
pub create_time: Option<DateTime>,
pub endpoint: Option<Endpoint>,
}Expand description
Represents an individual node within a cluster. Each node runs its own instance of the cluster's protocol-compliant caching software.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.name: Option<String>The node identifier. A node name is a numeric identifier (0001, 0002, etc.). The combination of cluster name, shard name and node name uniquely identifies every node used in a customer's Amazon account.
status: Option<String>The status of the service update on the node
availability_zone: Option<String>The Availability Zone in which the node resides
create_time: Option<DateTime>The date and time when the node was created.
endpoint: Option<Endpoint>The hostname for connecting to this node.
Implementations
The node identifier. A node name is a numeric identifier (0001, 0002, etc.). The combination of cluster name, shard name and node name uniquely identifies every node used in a customer's Amazon account.
The Availability Zone in which the node resides
The date and time when the node was created.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Node
impl UnwindSafe for Node
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more