#[non_exhaustive]pub struct GetTransitGatewayRegistrationsInput { /* private fields */ }
Implementations§
source§impl GetTransitGatewayRegistrationsInput
impl GetTransitGatewayRegistrationsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetTransitGatewayRegistrations, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetTransitGatewayRegistrations, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetTransitGatewayRegistrations
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetTransitGatewayRegistrationsInput
.
source§impl GetTransitGatewayRegistrationsInput
impl GetTransitGatewayRegistrationsInput
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_arns(&self) -> Option<&[String]>
pub fn transit_gateway_arns(&self) -> Option<&[String]>
The Amazon Resource Names (ARNs) of one or more transit gateways. The maximum is 10.
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 GetTransitGatewayRegistrationsInput
impl Clone for GetTransitGatewayRegistrationsInput
source§fn clone(&self) -> GetTransitGatewayRegistrationsInput
fn clone(&self) -> GetTransitGatewayRegistrationsInput
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<GetTransitGatewayRegistrationsInput> for GetTransitGatewayRegistrationsInput
impl PartialEq<GetTransitGatewayRegistrationsInput> for GetTransitGatewayRegistrationsInput
source§fn eq(&self, other: &GetTransitGatewayRegistrationsInput) -> bool
fn eq(&self, other: &GetTransitGatewayRegistrationsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.