#[non_exhaustive]pub struct GetNetworkResourceCountsInput { /* private fields */ }
Implementations§
source§impl GetNetworkResourceCountsInput
impl GetNetworkResourceCountsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetNetworkResourceCounts, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetNetworkResourceCounts, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetNetworkResourceCounts
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetNetworkResourceCountsInput
.
source§impl GetNetworkResourceCountsInput
impl GetNetworkResourceCountsInput
sourcepub fn global_network_id(&self) -> Option<&str>
pub fn global_network_id(&self) -> Option<&str>
The ID of the global network.
sourcepub fn resource_type(&self) -> Option<&str>
pub fn resource_type(&self) -> Option<&str>
The resource type.
The following are the supported resource types for Direct Connect:
-
dxcon
-
dx-gateway
-
dx-vif
The following are the supported resource types for Network Manager:
-
connection
-
device
-
link
-
site
The following are the supported resource types for Amazon VPC:
-
customer-gateway
-
transit-gateway
-
transit-gateway-attachment
-
transit-gateway-connect-peer
-
transit-gateway-route-table
-
vpn-connection
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token for the next page of results.
Trait Implementations§
source§impl Clone for GetNetworkResourceCountsInput
impl Clone for GetNetworkResourceCountsInput
source§fn clone(&self) -> GetNetworkResourceCountsInput
fn clone(&self) -> GetNetworkResourceCountsInput
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<GetNetworkResourceCountsInput> for GetNetworkResourceCountsInput
impl PartialEq<GetNetworkResourceCountsInput> for GetNetworkResourceCountsInput
source§fn eq(&self, other: &GetNetworkResourceCountsInput) -> bool
fn eq(&self, other: &GetNetworkResourceCountsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.