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