#[non_exhaustive]pub struct CreateTransitGatewayRouteTableAttachmentOutput { /* private fields */ }Implementations§
source§impl CreateTransitGatewayRouteTableAttachmentOutput
impl CreateTransitGatewayRouteTableAttachmentOutput
sourcepub fn transit_gateway_route_table_attachment(
&self
) -> Option<&TransitGatewayRouteTableAttachment>
pub fn transit_gateway_route_table_attachment(
&self
) -> Option<&TransitGatewayRouteTableAttachment>
The route table associated with the create transit gateway route table attachment request.
source§impl CreateTransitGatewayRouteTableAttachmentOutput
impl CreateTransitGatewayRouteTableAttachmentOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateTransitGatewayRouteTableAttachmentOutput.
Trait Implementations§
source§impl Clone for CreateTransitGatewayRouteTableAttachmentOutput
impl Clone for CreateTransitGatewayRouteTableAttachmentOutput
source§fn clone(&self) -> CreateTransitGatewayRouteTableAttachmentOutput
fn clone(&self) -> CreateTransitGatewayRouteTableAttachmentOutput
Returns a copy 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 more