#[non_exhaustive]pub struct GetNetworkTelemetryOutput { /* private fields */ }
Implementations§
source§impl GetNetworkTelemetryOutput
impl GetNetworkTelemetryOutput
sourcepub fn network_telemetry(&self) -> Option<&[NetworkTelemetry]>
pub fn network_telemetry(&self) -> Option<&[NetworkTelemetry]>
The network telemetry.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token for the next page of results.
source§impl GetNetworkTelemetryOutput
impl GetNetworkTelemetryOutput
sourcepub fn builder() -> GetNetworkTelemetryOutputBuilder
pub fn builder() -> GetNetworkTelemetryOutputBuilder
Creates a new builder-style object to manufacture GetNetworkTelemetryOutput
.
Trait Implementations§
source§impl Clone for GetNetworkTelemetryOutput
impl Clone for GetNetworkTelemetryOutput
source§fn clone(&self) -> GetNetworkTelemetryOutput
fn clone(&self) -> GetNetworkTelemetryOutput
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 GetNetworkTelemetryOutput
impl Debug for GetNetworkTelemetryOutput
source§impl PartialEq<GetNetworkTelemetryOutput> for GetNetworkTelemetryOutput
impl PartialEq<GetNetworkTelemetryOutput> for GetNetworkTelemetryOutput
source§fn eq(&self, other: &GetNetworkTelemetryOutput) -> bool
fn eq(&self, other: &GetNetworkTelemetryOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetNetworkTelemetryOutput
impl RequestId for GetNetworkTelemetryOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.