#[non_exhaustive]pub struct AssociateBrowserSettingsOutput { /* private fields */ }
Implementations
sourceimpl AssociateBrowserSettingsOutput
impl AssociateBrowserSettingsOutput
sourcepub fn portal_arn(&self) -> Option<&str>
pub fn portal_arn(&self) -> Option<&str>
The ARN of the web portal.
sourcepub fn browser_settings_arn(&self) -> Option<&str>
pub fn browser_settings_arn(&self) -> Option<&str>
The ARN of the browser settings.
sourceimpl AssociateBrowserSettingsOutput
impl AssociateBrowserSettingsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AssociateBrowserSettingsOutput
.
Trait Implementations
sourceimpl Clone for AssociateBrowserSettingsOutput
impl Clone for AssociateBrowserSettingsOutput
sourcefn clone(&self) -> AssociateBrowserSettingsOutput
fn clone(&self) -> AssociateBrowserSettingsOutput
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<AssociateBrowserSettingsOutput> for AssociateBrowserSettingsOutput
impl PartialEq<AssociateBrowserSettingsOutput> for AssociateBrowserSettingsOutput
sourcefn eq(&self, other: &AssociateBrowserSettingsOutput) -> bool
fn eq(&self, other: &AssociateBrowserSettingsOutput) -> bool
impl StructuralPartialEq for AssociateBrowserSettingsOutput
Auto Trait Implementations
impl RefUnwindSafe for AssociateBrowserSettingsOutput
impl Send for AssociateBrowserSettingsOutput
impl Sync for AssociateBrowserSettingsOutput
impl Unpin for AssociateBrowserSettingsOutput
impl UnwindSafe for AssociateBrowserSettingsOutput
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