Struct aws_sdk_ec2::operation::describe_network_insights_access_scopes::DescribeNetworkInsightsAccessScopesOutput
source · #[non_exhaustive]pub struct DescribeNetworkInsightsAccessScopesOutput { /* private fields */ }
Implementations§
source§impl DescribeNetworkInsightsAccessScopesOutput
impl DescribeNetworkInsightsAccessScopesOutput
sourcepub fn network_insights_access_scopes(
&self
) -> Option<&[NetworkInsightsAccessScope]>
pub fn network_insights_access_scopes( &self ) -> Option<&[NetworkInsightsAccessScope]>
The Network Access Scopes.
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 DescribeNetworkInsightsAccessScopesOutput
impl DescribeNetworkInsightsAccessScopesOutput
sourcepub fn builder() -> DescribeNetworkInsightsAccessScopesOutputBuilder
pub fn builder() -> DescribeNetworkInsightsAccessScopesOutputBuilder
Creates a new builder-style object to manufacture DescribeNetworkInsightsAccessScopesOutput
.
Trait Implementations§
source§impl Clone for DescribeNetworkInsightsAccessScopesOutput
impl Clone for DescribeNetworkInsightsAccessScopesOutput
source§fn clone(&self) -> DescribeNetworkInsightsAccessScopesOutput
fn clone(&self) -> DescribeNetworkInsightsAccessScopesOutput
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<DescribeNetworkInsightsAccessScopesOutput> for DescribeNetworkInsightsAccessScopesOutput
impl PartialEq<DescribeNetworkInsightsAccessScopesOutput> for DescribeNetworkInsightsAccessScopesOutput
source§fn eq(&self, other: &DescribeNetworkInsightsAccessScopesOutput) -> bool
fn eq(&self, other: &DescribeNetworkInsightsAccessScopesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeNetworkInsightsAccessScopesOutput
impl RequestId for DescribeNetworkInsightsAccessScopesOutput
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.impl StructuralPartialEq for DescribeNetworkInsightsAccessScopesOutput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeNetworkInsightsAccessScopesOutput
impl Send for DescribeNetworkInsightsAccessScopesOutput
impl Sync for DescribeNetworkInsightsAccessScopesOutput
impl Unpin for DescribeNetworkInsightsAccessScopesOutput
impl UnwindSafe for DescribeNetworkInsightsAccessScopesOutput
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