#[non_exhaustive]pub struct DescribeDirectConnectGatewayAssociationsOutput { /* private fields */ }Implementations§
source§impl DescribeDirectConnectGatewayAssociationsOutput
impl DescribeDirectConnectGatewayAssociationsOutput
sourcepub fn direct_connect_gateway_associations(
&self
) -> Option<&[DirectConnectGatewayAssociation]>
pub fn direct_connect_gateway_associations(
&self
) -> Option<&[DirectConnectGatewayAssociation]>
Information about the associations.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to retrieve the next page.
source§impl DescribeDirectConnectGatewayAssociationsOutput
impl DescribeDirectConnectGatewayAssociationsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDirectConnectGatewayAssociationsOutput.
Trait Implementations§
source§impl Clone for DescribeDirectConnectGatewayAssociationsOutput
impl Clone for DescribeDirectConnectGatewayAssociationsOutput
source§fn clone(&self) -> DescribeDirectConnectGatewayAssociationsOutput
fn clone(&self) -> DescribeDirectConnectGatewayAssociationsOutput
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<DescribeDirectConnectGatewayAssociationsOutput> for DescribeDirectConnectGatewayAssociationsOutput
impl PartialEq<DescribeDirectConnectGatewayAssociationsOutput> for DescribeDirectConnectGatewayAssociationsOutput
source§fn eq(&self, other: &DescribeDirectConnectGatewayAssociationsOutput) -> bool
fn eq(&self, other: &DescribeDirectConnectGatewayAssociationsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.