#[non_exhaustive]pub struct AssociateTransitGatewayPolicyTableOutput { /* private fields */ }
Implementations
sourceimpl AssociateTransitGatewayPolicyTableOutput
impl AssociateTransitGatewayPolicyTableOutput
sourcepub fn association(&self) -> Option<&TransitGatewayPolicyTableAssociation>
pub fn association(&self) -> Option<&TransitGatewayPolicyTableAssociation>
Describes the association of a transit gateway and a transit gateway policy table.
sourceimpl AssociateTransitGatewayPolicyTableOutput
impl AssociateTransitGatewayPolicyTableOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AssociateTransitGatewayPolicyTableOutput
.
Trait Implementations
sourceimpl Clone for AssociateTransitGatewayPolicyTableOutput
impl Clone for AssociateTransitGatewayPolicyTableOutput
sourcefn clone(&self) -> AssociateTransitGatewayPolicyTableOutput
fn clone(&self) -> AssociateTransitGatewayPolicyTableOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<AssociateTransitGatewayPolicyTableOutput> for AssociateTransitGatewayPolicyTableOutput
impl PartialEq<AssociateTransitGatewayPolicyTableOutput> for AssociateTransitGatewayPolicyTableOutput
sourcefn eq(&self, other: &AssociateTransitGatewayPolicyTableOutput) -> bool
fn eq(&self, other: &AssociateTransitGatewayPolicyTableOutput) -> bool
impl StructuralPartialEq for AssociateTransitGatewayPolicyTableOutput
Auto Trait Implementations
impl RefUnwindSafe for AssociateTransitGatewayPolicyTableOutput
impl Send for AssociateTransitGatewayPolicyTableOutput
impl Sync for AssociateTransitGatewayPolicyTableOutput
impl Unpin for AssociateTransitGatewayPolicyTableOutput
impl UnwindSafe for AssociateTransitGatewayPolicyTableOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more