Struct aws_sdk_chime::model::AccountSettings
source · [−]#[non_exhaustive]pub struct AccountSettings { /* private fields */ }Expand description
Settings related to the Amazon Chime account. This includes settings that start or stop remote control of shared screens, or start or stop the dial-out option in the Amazon Chime web application. For more information about these settings, see Use the Policies Page in the Amazon Chime Administration Guide.
Implementations
sourceimpl AccountSettings
impl AccountSettings
sourcepub fn disable_remote_control(&self) -> Option<bool>
pub fn disable_remote_control(&self) -> Option<bool>
Setting that stops or starts remote control of shared screens during meetings.
sourcepub fn enable_dial_out(&self) -> Option<bool>
pub fn enable_dial_out(&self) -> Option<bool>
Setting that allows meeting participants to choose the Call me at a phone number option. For more information, see Join a Meeting without the Amazon Chime App.
sourceimpl AccountSettings
impl AccountSettings
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AccountSettings.
Trait Implementations
sourceimpl Clone for AccountSettings
impl Clone for AccountSettings
sourcefn clone(&self) -> AccountSettings
fn clone(&self) -> AccountSettings
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 Debug for AccountSettings
impl Debug for AccountSettings
sourceimpl PartialEq<AccountSettings> for AccountSettings
impl PartialEq<AccountSettings> for AccountSettings
sourcefn eq(&self, other: &AccountSettings) -> bool
fn eq(&self, other: &AccountSettings) -> bool
impl StructuralPartialEq for AccountSettings
Auto Trait Implementations
impl RefUnwindSafe for AccountSettings
impl Send for AccountSettings
impl Sync for AccountSettings
impl Unpin for AccountSettings
impl UnwindSafe for AccountSettings
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