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