#[non_exhaustive]pub struct DescribeLocalGatewayVirtualInterfacesOutput { /* private fields */ }Implementations§
source§impl DescribeLocalGatewayVirtualInterfacesOutput
impl DescribeLocalGatewayVirtualInterfacesOutput
sourcepub fn local_gateway_virtual_interfaces(
&self
) -> Option<&[LocalGatewayVirtualInterface]>
pub fn local_gateway_virtual_interfaces(
&self
) -> Option<&[LocalGatewayVirtualInterface]>
Information about the virtual interfaces.
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 DescribeLocalGatewayVirtualInterfacesOutput
impl DescribeLocalGatewayVirtualInterfacesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeLocalGatewayVirtualInterfacesOutput.
Trait Implementations§
source§impl Clone for DescribeLocalGatewayVirtualInterfacesOutput
impl Clone for DescribeLocalGatewayVirtualInterfacesOutput
source§fn clone(&self) -> DescribeLocalGatewayVirtualInterfacesOutput
fn clone(&self) -> DescribeLocalGatewayVirtualInterfacesOutput
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 more