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