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