pub struct DescribeLocalGatewaysRequest {
pub dry_run: Option<bool>,
pub filters: Option<Vec<Filter>>,
pub local_gateway_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_ids: Option<Vec<String>>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. -
outpost-arn- The Amazon Resource Name (ARN) of the Outpost. -
state- The state of the association.
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 DescribeLocalGatewaysRequest
impl Clone for DescribeLocalGatewaysRequest
Source§fn clone(&self) -> DescribeLocalGatewaysRequest
fn clone(&self) -> DescribeLocalGatewaysRequest
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for DescribeLocalGatewaysRequest
impl Debug for DescribeLocalGatewaysRequest
Source§impl Default for DescribeLocalGatewaysRequest
impl Default for DescribeLocalGatewaysRequest
Source§fn default() -> DescribeLocalGatewaysRequest
fn default() -> DescribeLocalGatewaysRequest
Source§impl PartialEq for DescribeLocalGatewaysRequest
impl PartialEq for DescribeLocalGatewaysRequest
Source§fn eq(&self, other: &DescribeLocalGatewaysRequest) -> bool
fn eq(&self, other: &DescribeLocalGatewaysRequest) -> bool
self and other values to be equal, and is used by ==.