pub struct TransitGatewayAssociation {
pub resource_id: Option<String>,
pub resource_type: Option<String>,
pub state: Option<String>,
pub transit_gateway_attachment_id: Option<String>,
pub transit_gateway_route_table_id: Option<String>,
}Expand description
Describes an association between a resource attachment and a transit gateway route table.
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.
transit_gateway_route_table_id: Option<String>The ID of the transit gateway route table.
Trait Implementations§
Source§impl Clone for TransitGatewayAssociation
impl Clone for TransitGatewayAssociation
Source§fn clone(&self) -> TransitGatewayAssociation
fn clone(&self) -> TransitGatewayAssociation
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 Debug for TransitGatewayAssociation
impl Debug for TransitGatewayAssociation
Source§impl Default for TransitGatewayAssociation
impl Default for TransitGatewayAssociation
Source§fn default() -> TransitGatewayAssociation
fn default() -> TransitGatewayAssociation
Returns the “default value” for a type. Read more
impl StructuralPartialEq for TransitGatewayAssociation
Auto Trait Implementations§
impl Freeze for TransitGatewayAssociation
impl RefUnwindSafe for TransitGatewayAssociation
impl Send for TransitGatewayAssociation
impl Sync for TransitGatewayAssociation
impl Unpin for TransitGatewayAssociation
impl UnwindSafe for TransitGatewayAssociation
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