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