pub struct TransitGatewayPropagation {
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 route propagation.
Fields§
§resource_id: Option<String>The ID of the resource.
resource_type: Option<String>The resource type.
state: Option<String>The state.
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 TransitGatewayPropagation
impl Clone for TransitGatewayPropagation
Source§fn clone(&self) -> TransitGatewayPropagation
fn clone(&self) -> TransitGatewayPropagation
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 TransitGatewayPropagation
impl Debug for TransitGatewayPropagation
Source§impl Default for TransitGatewayPropagation
impl Default for TransitGatewayPropagation
Source§fn default() -> TransitGatewayPropagation
fn default() -> TransitGatewayPropagation
Returns the “default value” for a type. Read more
impl StructuralPartialEq for TransitGatewayPropagation
Auto Trait Implementations§
impl Freeze for TransitGatewayPropagation
impl RefUnwindSafe for TransitGatewayPropagation
impl Send for TransitGatewayPropagation
impl Sync for TransitGatewayPropagation
impl Unpin for TransitGatewayPropagation
impl UnwindSafe for TransitGatewayPropagation
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