#[non_exhaustive]pub struct DescribeLocalGatewayVirtualInterfaceGroupsOutput { /* private fields */ }
Implementations§
source§impl DescribeLocalGatewayVirtualInterfaceGroupsOutput
impl DescribeLocalGatewayVirtualInterfaceGroupsOutput
sourcepub fn local_gateway_virtual_interface_groups(
&self
) -> Option<&[LocalGatewayVirtualInterfaceGroup]>
pub fn local_gateway_virtual_interface_groups(
&self
) -> Option<&[LocalGatewayVirtualInterfaceGroup]>
The virtual interface groups.
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 DescribeLocalGatewayVirtualInterfaceGroupsOutput
impl DescribeLocalGatewayVirtualInterfaceGroupsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeLocalGatewayVirtualInterfaceGroupsOutput
.
Trait Implementations§
source§impl Clone for DescribeLocalGatewayVirtualInterfaceGroupsOutput
impl Clone for DescribeLocalGatewayVirtualInterfaceGroupsOutput
source§fn clone(&self) -> DescribeLocalGatewayVirtualInterfaceGroupsOutput
fn clone(&self) -> DescribeLocalGatewayVirtualInterfaceGroupsOutput
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<DescribeLocalGatewayVirtualInterfaceGroupsOutput> for DescribeLocalGatewayVirtualInterfaceGroupsOutput
impl PartialEq<DescribeLocalGatewayVirtualInterfaceGroupsOutput> for DescribeLocalGatewayVirtualInterfaceGroupsOutput
source§fn eq(&self, other: &DescribeLocalGatewayVirtualInterfaceGroupsOutput) -> bool
fn eq(&self, other: &DescribeLocalGatewayVirtualInterfaceGroupsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.