#[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() -> Builder
pub fn builder() -> Builder
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 more