Struct aws_sdk_workspacesweb::operation::associate_browser_settings::AssociateBrowserSettingsOutput
source · #[non_exhaustive]pub struct AssociateBrowserSettingsOutput { /* private fields */ }
Implementations§
source§impl 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.
source§impl AssociateBrowserSettingsOutput
impl AssociateBrowserSettingsOutput
sourcepub fn builder() -> AssociateBrowserSettingsOutputBuilder
pub fn builder() -> AssociateBrowserSettingsOutputBuilder
Creates a new builder-style object to manufacture AssociateBrowserSettingsOutput
.
Trait Implementations§
source§impl Clone for AssociateBrowserSettingsOutput
impl Clone for AssociateBrowserSettingsOutput
source§fn clone(&self) -> AssociateBrowserSettingsOutput
fn clone(&self) -> AssociateBrowserSettingsOutput
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 moresource§impl PartialEq<AssociateBrowserSettingsOutput> for AssociateBrowserSettingsOutput
impl PartialEq<AssociateBrowserSettingsOutput> for AssociateBrowserSettingsOutput
source§fn eq(&self, other: &AssociateBrowserSettingsOutput) -> bool
fn eq(&self, other: &AssociateBrowserSettingsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for AssociateBrowserSettingsOutput
impl RequestId for AssociateBrowserSettingsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more