#[non_exhaustive]pub struct GetTransitGatewayRouteTableAttachmentInput { /* private fields */ }
Implementations§
source§impl GetTransitGatewayRouteTableAttachmentInput
impl GetTransitGatewayRouteTableAttachmentInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetTransitGatewayRouteTableAttachment, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetTransitGatewayRouteTableAttachment, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetTransitGatewayRouteTableAttachment
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetTransitGatewayRouteTableAttachmentInput
.
source§impl GetTransitGatewayRouteTableAttachmentInput
impl GetTransitGatewayRouteTableAttachmentInput
sourcepub fn attachment_id(&self) -> Option<&str>
pub fn attachment_id(&self) -> Option<&str>
The ID of the transit gateway route table attachment.
Trait Implementations§
source§impl Clone for GetTransitGatewayRouteTableAttachmentInput
impl Clone for GetTransitGatewayRouteTableAttachmentInput
source§fn clone(&self) -> GetTransitGatewayRouteTableAttachmentInput
fn clone(&self) -> GetTransitGatewayRouteTableAttachmentInput
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 moresource§impl PartialEq<GetTransitGatewayRouteTableAttachmentInput> for GetTransitGatewayRouteTableAttachmentInput
impl PartialEq<GetTransitGatewayRouteTableAttachmentInput> for GetTransitGatewayRouteTableAttachmentInput
source§fn eq(&self, other: &GetTransitGatewayRouteTableAttachmentInput) -> bool
fn eq(&self, other: &GetTransitGatewayRouteTableAttachmentInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.