Struct aws_sdk_ec2::input::CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationInput
source · #[non_exhaustive]pub struct CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationInput { /* private fields */ }
Implementations§
source§impl 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
.
source§impl 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§
source§impl Clone for CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationInput
impl Clone for CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationInput
source§fn clone(
&self
) -> CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationInput
fn clone(
&self
) -> CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationInput
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<CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationInput> for CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationInput
impl PartialEq<CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationInput> for CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationInput
source§fn eq(
&self,
other: &CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationInput
) -> bool
fn eq(
&self,
other: &CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationInput
) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.