Struct aws_sdk_ec2::operation::describe_transit_gateway_connects::DescribeTransitGatewayConnectsOutput
source · #[non_exhaustive]pub struct DescribeTransitGatewayConnectsOutput { /* private fields */ }Implementations§
source§impl DescribeTransitGatewayConnectsOutput
impl DescribeTransitGatewayConnectsOutput
sourcepub fn transit_gateway_connects(&self) -> Option<&[TransitGatewayConnect]>
pub fn transit_gateway_connects(&self) -> Option<&[TransitGatewayConnect]>
Information about the Connect 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 DescribeTransitGatewayConnectsOutput
impl DescribeTransitGatewayConnectsOutput
sourcepub fn builder() -> DescribeTransitGatewayConnectsOutputBuilder
pub fn builder() -> DescribeTransitGatewayConnectsOutputBuilder
Creates a new builder-style object to manufacture DescribeTransitGatewayConnectsOutput.
Trait Implementations§
source§impl Clone for DescribeTransitGatewayConnectsOutput
impl Clone for DescribeTransitGatewayConnectsOutput
source§fn clone(&self) -> DescribeTransitGatewayConnectsOutput
fn clone(&self) -> DescribeTransitGatewayConnectsOutput
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<DescribeTransitGatewayConnectsOutput> for DescribeTransitGatewayConnectsOutput
impl PartialEq<DescribeTransitGatewayConnectsOutput> for DescribeTransitGatewayConnectsOutput
source§fn eq(&self, other: &DescribeTransitGatewayConnectsOutput) -> bool
fn eq(&self, other: &DescribeTransitGatewayConnectsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeTransitGatewayConnectsOutput
impl RequestId for DescribeTransitGatewayConnectsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.