pub struct TransitGatewayRouteTablePropagation {
pub resource_id: Option<String>,
pub resource_type: Option<String>,
pub state: Option<String>,
pub transit_gateway_attachment_id: Option<String>,
}
Expand description
Describes a route table propagation.
Fields§
§resource_id: Option<String>
The ID of the resource.
resource_type: Option<String>
The type of resource. Note that the tgw-peering
resource type has been deprecated.
state: Option<String>
The state of the resource.
transit_gateway_attachment_id: Option<String>
The ID of the attachment.
Trait Implementations§
Source§impl Clone for TransitGatewayRouteTablePropagation
impl Clone for TransitGatewayRouteTablePropagation
Source§fn clone(&self) -> TransitGatewayRouteTablePropagation
fn clone(&self) -> TransitGatewayRouteTablePropagation
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 TransitGatewayRouteTablePropagation
impl Default for TransitGatewayRouteTablePropagation
Source§fn default() -> TransitGatewayRouteTablePropagation
fn default() -> TransitGatewayRouteTablePropagation
Returns the “default value” for a type. Read more
Source§impl PartialEq for TransitGatewayRouteTablePropagation
impl PartialEq for TransitGatewayRouteTablePropagation
Source§fn eq(&self, other: &TransitGatewayRouteTablePropagation) -> bool
fn eq(&self, other: &TransitGatewayRouteTablePropagation) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for TransitGatewayRouteTablePropagation
Auto Trait Implementations§
impl Freeze for TransitGatewayRouteTablePropagation
impl RefUnwindSafe for TransitGatewayRouteTablePropagation
impl Send for TransitGatewayRouteTablePropagation
impl Sync for TransitGatewayRouteTablePropagation
impl Unpin for TransitGatewayRouteTablePropagation
impl UnwindSafe for TransitGatewayRouteTablePropagation
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