#[non_exhaustive]pub struct GetTransitGatewayConnectPeerAssociationsInput { /* private fields */ }
Implementations§
source§impl GetTransitGatewayConnectPeerAssociationsInput
impl GetTransitGatewayConnectPeerAssociationsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetTransitGatewayConnectPeerAssociations, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetTransitGatewayConnectPeerAssociations, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetTransitGatewayConnectPeerAssociations
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetTransitGatewayConnectPeerAssociationsInput
.
source§impl GetTransitGatewayConnectPeerAssociationsInput
impl GetTransitGatewayConnectPeerAssociationsInput
sourcepub fn global_network_id(&self) -> Option<&str>
pub fn global_network_id(&self) -> Option<&str>
The ID of the global network.
sourcepub fn transit_gateway_connect_peer_arns(&self) -> Option<&[String]>
pub fn transit_gateway_connect_peer_arns(&self) -> Option<&[String]>
One or more transit gateway Connect peer Amazon Resource Names (ARNs).
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token for the next page of results.
Trait Implementations§
source§impl Clone for GetTransitGatewayConnectPeerAssociationsInput
impl Clone for GetTransitGatewayConnectPeerAssociationsInput
source§fn clone(&self) -> GetTransitGatewayConnectPeerAssociationsInput
fn clone(&self) -> GetTransitGatewayConnectPeerAssociationsInput
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<GetTransitGatewayConnectPeerAssociationsInput> for GetTransitGatewayConnectPeerAssociationsInput
impl PartialEq<GetTransitGatewayConnectPeerAssociationsInput> for GetTransitGatewayConnectPeerAssociationsInput
source§fn eq(&self, other: &GetTransitGatewayConnectPeerAssociationsInput) -> bool
fn eq(&self, other: &GetTransitGatewayConnectPeerAssociationsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.