Struct aws_sdk_ec2::input::CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationInput
source · [−]#[non_exhaustive]pub struct CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationInput { /* private fields */ }
Implementations
sourceimpl CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationInput
impl CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociation, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociation, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociation
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationInput
.
sourceimpl CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationInput
impl CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationInput
sourcepub fn local_gateway_route_table_id(&self) -> Option<&str>
pub fn local_gateway_route_table_id(&self) -> Option<&str>
The ID of the local gateway route table.
sourcepub fn local_gateway_virtual_interface_group_id(&self) -> Option<&str>
pub fn local_gateway_virtual_interface_group_id(&self) -> Option<&str>
The ID of the local gateway route table virtual interface group association.
sourcepub fn tag_specifications(&self) -> Option<&[TagSpecification]>
pub fn tag_specifications(&self) -> Option<&[TagSpecification]>
The tags assigned to the local gateway route table virtual interface group association.
Trait Implementations
sourceimpl Clone for CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationInput
impl Clone for CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationInput
sourcefn clone(
&self
) -> CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationInput
fn clone(
&self
) -> CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationInput
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<CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationInput> for CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationInput
impl PartialEq<CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationInput> for CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationInput
sourcefn eq(
&self,
other: &CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationInput
) -> bool
fn eq(
&self,
other: &CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationInput
) -> bool
impl StructuralPartialEq for CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationInput
Auto Trait Implementations
impl RefUnwindSafe for CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationInput
impl Send for CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationInput
impl Sync for CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationInput
impl Unpin for CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationInput
impl UnwindSafe for CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationInput
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