#[non_exhaustive]pub struct DescribeEgressOnlyInternetGatewaysOutput { /* private fields */ }
Implementations§
source§impl DescribeEgressOnlyInternetGatewaysOutput
impl DescribeEgressOnlyInternetGatewaysOutput
sourcepub fn egress_only_internet_gateways(
&self
) -> Option<&[EgressOnlyInternetGateway]>
pub fn egress_only_internet_gateways(
&self
) -> Option<&[EgressOnlyInternetGateway]>
Information about the egress-only internet gateways.
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 DescribeEgressOnlyInternetGatewaysOutput
impl DescribeEgressOnlyInternetGatewaysOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeEgressOnlyInternetGatewaysOutput
.
Trait Implementations§
source§impl Clone for DescribeEgressOnlyInternetGatewaysOutput
impl Clone for DescribeEgressOnlyInternetGatewaysOutput
source§fn clone(&self) -> DescribeEgressOnlyInternetGatewaysOutput
fn clone(&self) -> DescribeEgressOnlyInternetGatewaysOutput
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<DescribeEgressOnlyInternetGatewaysOutput> for DescribeEgressOnlyInternetGatewaysOutput
impl PartialEq<DescribeEgressOnlyInternetGatewaysOutput> for DescribeEgressOnlyInternetGatewaysOutput
source§fn eq(&self, other: &DescribeEgressOnlyInternetGatewaysOutput) -> bool
fn eq(&self, other: &DescribeEgressOnlyInternetGatewaysOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.