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