Struct aws_sdk_memorydb::model::Node
source · #[non_exhaustive]pub struct Node { /* private fields */ }
Expand description
Represents an individual node within a cluster. Each node runs its own instance of the cluster's protocol-compliant caching software.
Implementations§
source§impl Node
impl Node
sourcepub fn name(&self) -> Option<&str>
pub fn name(&self) -> Option<&str>
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.
sourcepub fn availability_zone(&self) -> Option<&str>
pub fn availability_zone(&self) -> Option<&str>
The Availability Zone in which the node resides
sourcepub fn create_time(&self) -> Option<&DateTime>
pub fn create_time(&self) -> Option<&DateTime>
The date and time when the node was created.