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