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