pub struct DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest {
pub dry_run: Option<bool>,
pub filters: Option<Vec<Filter>>,
pub local_gateway_route_table_virtual_interface_group_association_ids: Option<Vec<String>>,
pub max_results: Option<i64>,
pub next_token: Option<String>,
}Fields§
§dry_run: Option<bool>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
filters: Option<Vec<Filter>>One or more filters.
-
local-gateway-id- The ID of a local gateway. -
local-gateway-route-table-id- The ID of the local gateway route table. -
local-gateway-route-table-virtual-interface-group-association-id- The ID of the association. -
local-gateway-route-table-virtual-interface-group-id- The ID of the virtual interface group. -
state- The state of the association.
local_gateway_route_table_virtual_interface_group_association_ids: Option<Vec<String>>The IDs of the associations.
max_results: Option<i64>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
next_token: Option<String>The token for the next page of results.
Trait Implementations§
Source§impl Clone for DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest
impl Clone for DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest
Source§fn clone(
&self,
) -> DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest
fn clone( &self, ) -> DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Default for DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest
impl Default for DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest
Source§fn default() -> DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest
fn default() -> DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest
Source§impl PartialEq for DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest
impl PartialEq for DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest
Source§fn eq(
&self,
other: &DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest,
) -> bool
fn eq( &self, other: &DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest, ) -> bool
self and other values to be equal, and is used by ==.