Struct aws_sdk_networkmanager::operation::get_transit_gateway_registrations::GetTransitGatewayRegistrationsOutput
source · #[non_exhaustive]pub struct GetTransitGatewayRegistrationsOutput { /* private fields */ }
Implementations§
source§impl GetTransitGatewayRegistrationsOutput
impl GetTransitGatewayRegistrationsOutput
sourcepub fn transit_gateway_registrations(
&self
) -> Option<&[TransitGatewayRegistration]>
pub fn transit_gateway_registrations( &self ) -> Option<&[TransitGatewayRegistration]>
The transit gateway registrations.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token for the next page of results.
source§impl GetTransitGatewayRegistrationsOutput
impl GetTransitGatewayRegistrationsOutput
sourcepub fn builder() -> GetTransitGatewayRegistrationsOutputBuilder
pub fn builder() -> GetTransitGatewayRegistrationsOutputBuilder
Creates a new builder-style object to manufacture GetTransitGatewayRegistrationsOutput
.
Trait Implementations§
source§impl Clone for GetTransitGatewayRegistrationsOutput
impl Clone for GetTransitGatewayRegistrationsOutput
source§fn clone(&self) -> GetTransitGatewayRegistrationsOutput
fn clone(&self) -> GetTransitGatewayRegistrationsOutput
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<GetTransitGatewayRegistrationsOutput> for GetTransitGatewayRegistrationsOutput
impl PartialEq<GetTransitGatewayRegistrationsOutput> for GetTransitGatewayRegistrationsOutput
source§fn eq(&self, other: &GetTransitGatewayRegistrationsOutput) -> bool
fn eq(&self, other: &GetTransitGatewayRegistrationsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetTransitGatewayRegistrationsOutput
impl RequestId for GetTransitGatewayRegistrationsOutput
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.