Struct aws_sdk_ec2::operation::create_transit_gateway_route_table::CreateTransitGatewayRouteTableInput
source · #[non_exhaustive]pub struct CreateTransitGatewayRouteTableInput { /* private fields */ }
Implementations§
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.
source§impl CreateTransitGatewayRouteTableInput
impl CreateTransitGatewayRouteTableInput
sourcepub fn builder() -> CreateTransitGatewayRouteTableInputBuilder
pub fn builder() -> CreateTransitGatewayRouteTableInputBuilder
Creates a new builder-style object to manufacture CreateTransitGatewayRouteTableInput
.
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
>
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 ==
.impl StructuralPartialEq for CreateTransitGatewayRouteTableInput
Auto Trait Implementations§
impl RefUnwindSafe for CreateTransitGatewayRouteTableInput
impl Send for CreateTransitGatewayRouteTableInput
impl Sync for CreateTransitGatewayRouteTableInput
impl Unpin for CreateTransitGatewayRouteTableInput
impl UnwindSafe for CreateTransitGatewayRouteTableInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more