#[non_exhaustive]pub struct GetTransitGatewayPrefixListReferencesOutput { /* private fields */ }
Implementations§
source§impl GetTransitGatewayPrefixListReferencesOutput
impl GetTransitGatewayPrefixListReferencesOutput
sourcepub fn transit_gateway_prefix_list_references(
&self
) -> Option<&[TransitGatewayPrefixListReference]>
pub fn transit_gateway_prefix_list_references(
&self
) -> Option<&[TransitGatewayPrefixListReference]>
Information about the prefix list references.
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 GetTransitGatewayPrefixListReferencesOutput
impl GetTransitGatewayPrefixListReferencesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetTransitGatewayPrefixListReferencesOutput
.
Trait Implementations§
source§impl Clone for GetTransitGatewayPrefixListReferencesOutput
impl Clone for GetTransitGatewayPrefixListReferencesOutput
source§fn clone(&self) -> GetTransitGatewayPrefixListReferencesOutput
fn clone(&self) -> GetTransitGatewayPrefixListReferencesOutput
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<GetTransitGatewayPrefixListReferencesOutput> for GetTransitGatewayPrefixListReferencesOutput
impl PartialEq<GetTransitGatewayPrefixListReferencesOutput> for GetTransitGatewayPrefixListReferencesOutput
source§fn eq(&self, other: &GetTransitGatewayPrefixListReferencesOutput) -> bool
fn eq(&self, other: &GetTransitGatewayPrefixListReferencesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.