#[non_exhaustive]pub struct GetTransitGatewayPolicyTableAssociationsOutput { /* private fields */ }
Implementations§
source§impl GetTransitGatewayPolicyTableAssociationsOutput
impl GetTransitGatewayPolicyTableAssociationsOutput
sourcepub fn associations(&self) -> Option<&[TransitGatewayPolicyTableAssociation]>
pub fn associations(&self) -> Option<&[TransitGatewayPolicyTableAssociation]>
Returns details about the transit gateway policy table association.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token for the next page of results.
source§impl GetTransitGatewayPolicyTableAssociationsOutput
impl GetTransitGatewayPolicyTableAssociationsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetTransitGatewayPolicyTableAssociationsOutput
.
Trait Implementations§
source§impl Clone for GetTransitGatewayPolicyTableAssociationsOutput
impl Clone for GetTransitGatewayPolicyTableAssociationsOutput
source§fn clone(&self) -> GetTransitGatewayPolicyTableAssociationsOutput
fn clone(&self) -> GetTransitGatewayPolicyTableAssociationsOutput
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<GetTransitGatewayPolicyTableAssociationsOutput> for GetTransitGatewayPolicyTableAssociationsOutput
impl PartialEq<GetTransitGatewayPolicyTableAssociationsOutput> for GetTransitGatewayPolicyTableAssociationsOutput
source§fn eq(&self, other: &GetTransitGatewayPolicyTableAssociationsOutput) -> bool
fn eq(&self, other: &GetTransitGatewayPolicyTableAssociationsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.