#[non_exhaustive]pub struct GetNetworkResourceCountsOutput { /* private fields */ }Implementations§
source§impl GetNetworkResourceCountsOutput
impl GetNetworkResourceCountsOutput
sourcepub fn network_resource_counts(&self) -> Option<&[NetworkResourceCount]>
pub fn network_resource_counts(&self) -> Option<&[NetworkResourceCount]>
The count of resources.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token for the next page of results.
source§impl GetNetworkResourceCountsOutput
impl GetNetworkResourceCountsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetNetworkResourceCountsOutput.
Trait Implementations§
source§impl Clone for GetNetworkResourceCountsOutput
impl Clone for GetNetworkResourceCountsOutput
source§fn clone(&self) -> GetNetworkResourceCountsOutput
fn clone(&self) -> GetNetworkResourceCountsOutput
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 more