#[non_exhaustive]pub struct CreateLocalGatewayRouteTableInput { /* private fields */ }
Implementations
sourceimpl CreateLocalGatewayRouteTableInput
impl CreateLocalGatewayRouteTableInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateLocalGatewayRouteTable, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateLocalGatewayRouteTable, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateLocalGatewayRouteTable
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateLocalGatewayRouteTableInput
.
sourceimpl CreateLocalGatewayRouteTableInput
impl CreateLocalGatewayRouteTableInput
sourcepub fn local_gateway_id(&self) -> Option<&str>
pub fn local_gateway_id(&self) -> Option<&str>
The ID of the local gateway.
sourcepub fn mode(&self) -> Option<&LocalGatewayRouteTableMode>
pub fn mode(&self) -> Option<&LocalGatewayRouteTableMode>
The mode of the local gateway route table.
sourcepub fn tag_specifications(&self) -> Option<&[TagSpecification]>
pub fn tag_specifications(&self) -> Option<&[TagSpecification]>
The tags assigned to the local gateway route table.
Trait Implementations
sourceimpl Clone for CreateLocalGatewayRouteTableInput
impl Clone for CreateLocalGatewayRouteTableInput
sourcefn clone(&self) -> CreateLocalGatewayRouteTableInput
fn clone(&self) -> CreateLocalGatewayRouteTableInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<CreateLocalGatewayRouteTableInput> for CreateLocalGatewayRouteTableInput
impl PartialEq<CreateLocalGatewayRouteTableInput> for CreateLocalGatewayRouteTableInput
sourcefn eq(&self, other: &CreateLocalGatewayRouteTableInput) -> bool
fn eq(&self, other: &CreateLocalGatewayRouteTableInput) -> bool
impl StructuralPartialEq for CreateLocalGatewayRouteTableInput
Auto Trait Implementations
impl RefUnwindSafe for CreateLocalGatewayRouteTableInput
impl Send for CreateLocalGatewayRouteTableInput
impl Sync for CreateLocalGatewayRouteTableInput
impl Unpin for CreateLocalGatewayRouteTableInput
impl UnwindSafe for CreateLocalGatewayRouteTableInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more