Struct aws_sdk_managedblockchain::types::NodeSummary
source · #[non_exhaustive]pub struct NodeSummary { /* private fields */ }
Expand description
A summary of configuration properties for a node.
Implementations§
source§impl NodeSummary
impl NodeSummary
sourcepub fn status(&self) -> Option<&NodeStatus>
pub fn status(&self) -> Option<&NodeStatus>
The status of the node.
sourcepub fn creation_date(&self) -> Option<&DateTime>
pub fn creation_date(&self) -> Option<&DateTime>
The date and time that the node was created.
sourcepub fn availability_zone(&self) -> Option<&str>
pub fn availability_zone(&self) -> Option<&str>
The Availability Zone in which the node exists.
sourcepub fn instance_type(&self) -> Option<&str>
pub fn instance_type(&self) -> Option<&str>
The EC2 instance type for the node.
sourcepub fn arn(&self) -> Option<&str>
pub fn arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the node. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
source§impl NodeSummary
impl NodeSummary
sourcepub fn builder() -> NodeSummaryBuilder
pub fn builder() -> NodeSummaryBuilder
Creates a new builder-style object to manufacture NodeSummary
.
Trait Implementations§
source§impl Clone for NodeSummary
impl Clone for NodeSummary
source§fn clone(&self) -> NodeSummary
fn clone(&self) -> NodeSummary
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for NodeSummary
impl Debug for NodeSummary
source§impl PartialEq<NodeSummary> for NodeSummary
impl PartialEq<NodeSummary> for NodeSummary
source§fn eq(&self, other: &NodeSummary) -> bool
fn eq(&self, other: &NodeSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for NodeSummary
Auto Trait Implementations§
impl RefUnwindSafe for NodeSummary
impl Send for NodeSummary
impl Sync for NodeSummary
impl Unpin for NodeSummary
impl UnwindSafe for NodeSummary
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more