#[non_exhaustive]pub struct GetNetworkProfileOutput { /* private fields */ }Implementations§
source§impl GetNetworkProfileOutput
impl GetNetworkProfileOutput
sourcepub fn network_profile(&self) -> Option<&NetworkProfile>
pub fn network_profile(&self) -> Option<&NetworkProfile>
The network profile.
source§impl GetNetworkProfileOutput
impl GetNetworkProfileOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetNetworkProfileOutput.
Trait Implementations§
source§impl Clone for GetNetworkProfileOutput
impl Clone for GetNetworkProfileOutput
source§fn clone(&self) -> GetNetworkProfileOutput
fn clone(&self) -> GetNetworkProfileOutput
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