pub struct TransitGatewayAttachmentPropagation {
pub state: Option<String>,
pub transit_gateway_route_table_id: Option<String>,
}Expand description
Describes a propagation route table.
Fields§
§state: Option<String>The state of the propagation route table.
transit_gateway_route_table_id: Option<String>The ID of the propagation route table.
Trait Implementations§
Source§impl Clone for TransitGatewayAttachmentPropagation
impl Clone for TransitGatewayAttachmentPropagation
Source§fn clone(&self) -> TransitGatewayAttachmentPropagation
fn clone(&self) -> TransitGatewayAttachmentPropagation
Returns a duplicate 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 Default for TransitGatewayAttachmentPropagation
impl Default for TransitGatewayAttachmentPropagation
Source§fn default() -> TransitGatewayAttachmentPropagation
fn default() -> TransitGatewayAttachmentPropagation
Returns the “default value” for a type. Read more
Source§impl PartialEq for TransitGatewayAttachmentPropagation
impl PartialEq for TransitGatewayAttachmentPropagation
Source§fn eq(&self, other: &TransitGatewayAttachmentPropagation) -> bool
fn eq(&self, other: &TransitGatewayAttachmentPropagation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TransitGatewayAttachmentPropagation
Auto Trait Implementations§
impl Freeze for TransitGatewayAttachmentPropagation
impl RefUnwindSafe for TransitGatewayAttachmentPropagation
impl Send for TransitGatewayAttachmentPropagation
impl Sync for TransitGatewayAttachmentPropagation
impl Unpin for TransitGatewayAttachmentPropagation
impl UnwindSafe for TransitGatewayAttachmentPropagation
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more