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