#[non_exhaustive]pub struct ReplaceRouteTableAssociationOutput { /* private fields */ }
Implementations§
source§impl ReplaceRouteTableAssociationOutput
impl ReplaceRouteTableAssociationOutput
sourcepub fn new_association_id(&self) -> Option<&str>
pub fn new_association_id(&self) -> Option<&str>
The ID of the new association.
sourcepub fn association_state(&self) -> Option<&RouteTableAssociationState>
pub fn association_state(&self) -> Option<&RouteTableAssociationState>
The state of the association.
source§impl ReplaceRouteTableAssociationOutput
impl ReplaceRouteTableAssociationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ReplaceRouteTableAssociationOutput
.
Trait Implementations§
source§impl Clone for ReplaceRouteTableAssociationOutput
impl Clone for ReplaceRouteTableAssociationOutput
source§fn clone(&self) -> ReplaceRouteTableAssociationOutput
fn clone(&self) -> ReplaceRouteTableAssociationOutput
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<ReplaceRouteTableAssociationOutput> for ReplaceRouteTableAssociationOutput
impl PartialEq<ReplaceRouteTableAssociationOutput> for ReplaceRouteTableAssociationOutput
source§fn eq(&self, other: &ReplaceRouteTableAssociationOutput) -> bool
fn eq(&self, other: &ReplaceRouteTableAssociationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.