#[non_exhaustive]pub struct DescribeNetworkInsightsAnalysesOutput { /* private fields */ }
Implementations§
source§impl DescribeNetworkInsightsAnalysesOutput
impl DescribeNetworkInsightsAnalysesOutput
sourcepub fn network_insights_analyses(&self) -> Option<&[NetworkInsightsAnalysis]>
pub fn network_insights_analyses(&self) -> Option<&[NetworkInsightsAnalysis]>
Information about the network insights analyses.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use to retrieve the next page of results. This value is null
when there are no more results to return.
source§impl DescribeNetworkInsightsAnalysesOutput
impl DescribeNetworkInsightsAnalysesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeNetworkInsightsAnalysesOutput
.
Trait Implementations§
source§impl Clone for DescribeNetworkInsightsAnalysesOutput
impl Clone for DescribeNetworkInsightsAnalysesOutput
source§fn clone(&self) -> DescribeNetworkInsightsAnalysesOutput
fn clone(&self) -> DescribeNetworkInsightsAnalysesOutput
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 PartialEq<DescribeNetworkInsightsAnalysesOutput> for DescribeNetworkInsightsAnalysesOutput
impl PartialEq<DescribeNetworkInsightsAnalysesOutput> for DescribeNetworkInsightsAnalysesOutput
source§fn eq(&self, other: &DescribeNetworkInsightsAnalysesOutput) -> bool
fn eq(&self, other: &DescribeNetworkInsightsAnalysesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.