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