#[non_exhaustive]pub struct AssociateNetworkSettingsOutput { /* private fields */ }
Implementations
sourceimpl AssociateNetworkSettingsOutput
impl AssociateNetworkSettingsOutput
sourcepub fn portal_arn(&self) -> Option<&str>
pub fn portal_arn(&self) -> Option<&str>
The ARN of the web portal.
sourcepub fn network_settings_arn(&self) -> Option<&str>
pub fn network_settings_arn(&self) -> Option<&str>
The ARN of the network settings.
sourceimpl AssociateNetworkSettingsOutput
impl AssociateNetworkSettingsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AssociateNetworkSettingsOutput
.
Trait Implementations
sourceimpl Clone for AssociateNetworkSettingsOutput
impl Clone for AssociateNetworkSettingsOutput
sourcefn clone(&self) -> AssociateNetworkSettingsOutput
fn clone(&self) -> AssociateNetworkSettingsOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<AssociateNetworkSettingsOutput> for AssociateNetworkSettingsOutput
impl PartialEq<AssociateNetworkSettingsOutput> for AssociateNetworkSettingsOutput
sourcefn eq(&self, other: &AssociateNetworkSettingsOutput) -> bool
fn eq(&self, other: &AssociateNetworkSettingsOutput) -> bool
impl StructuralPartialEq for AssociateNetworkSettingsOutput
Auto Trait Implementations
impl RefUnwindSafe for AssociateNetworkSettingsOutput
impl Send for AssociateNetworkSettingsOutput
impl Sync for AssociateNetworkSettingsOutput
impl Unpin for AssociateNetworkSettingsOutput
impl UnwindSafe for AssociateNetworkSettingsOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more