Struct aws_sdk_networkmanager::model::NetworkTelemetry
source · #[non_exhaustive]pub struct NetworkTelemetry { /* private fields */ }
Expand description
Describes the telemetry information for a resource.
Implementations§
source§impl NetworkTelemetry
impl NetworkTelemetry
sourcepub fn registered_gateway_arn(&self) -> Option<&str>
pub fn registered_gateway_arn(&self) -> Option<&str>
The ARN of the gateway.
sourcepub fn core_network_id(&self) -> Option<&str>
pub fn core_network_id(&self) -> Option<&str>
The ID of a core network.
sourcepub fn aws_region(&self) -> Option<&str>
pub fn aws_region(&self) -> Option<&str>
The Amazon Web Services Region.
sourcepub fn account_id(&self) -> Option<&str>
pub fn account_id(&self) -> Option<&str>
The Amazon Web Services account ID.
sourcepub fn resource_type(&self) -> Option<&str>
pub fn resource_type(&self) -> Option<&str>
The resource type.
sourcepub fn resource_id(&self) -> Option<&str>
pub fn resource_id(&self) -> Option<&str>
The ID of the resource.
sourcepub fn resource_arn(&self) -> Option<&str>
pub fn resource_arn(&self) -> Option<&str>
The ARN of the resource.
sourcepub fn health(&self) -> Option<&ConnectionHealth>
pub fn health(&self) -> Option<&ConnectionHealth>
The connection health.
source§impl NetworkTelemetry
impl NetworkTelemetry
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture NetworkTelemetry
.
Trait Implementations§
source§impl Clone for NetworkTelemetry
impl Clone for NetworkTelemetry
source§fn clone(&self) -> NetworkTelemetry
fn clone(&self) -> NetworkTelemetry
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 NetworkTelemetry
impl Debug for NetworkTelemetry
source§impl PartialEq<NetworkTelemetry> for NetworkTelemetry
impl PartialEq<NetworkTelemetry> for NetworkTelemetry
source§fn eq(&self, other: &NetworkTelemetry) -> bool
fn eq(&self, other: &NetworkTelemetry) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.