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