Struct aws_sdk_quicksight::model::AccountSettings
source · #[non_exhaustive]pub struct AccountSettings { /* private fields */ }
Expand description
The Amazon QuickSight settings associated with your Amazon Web Services account.
Implementations§
source§impl AccountSettings
impl AccountSettings
sourcepub fn account_name(&self) -> Option<&str>
pub fn account_name(&self) -> Option<&str>
The "account name" you provided for the Amazon QuickSight subscription in your Amazon Web Services account. You create this name when you sign up for Amazon QuickSight. It is unique in all of Amazon Web Services and it appears only when users sign in.
sourcepub fn edition(&self) -> Option<&Edition>
pub fn edition(&self) -> Option<&Edition>
The edition of Amazon QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.
sourcepub fn default_namespace(&self) -> Option<&str>
pub fn default_namespace(&self) -> Option<&str>
The default Amazon QuickSight namespace for your Amazon Web Services account.
sourcepub fn notification_email(&self) -> Option<&str>
pub fn notification_email(&self) -> Option<&str>
The main notification email for your Amazon QuickSight subscription.
sourcepub fn public_sharing_enabled(&self) -> bool
pub fn public_sharing_enabled(&self) -> bool
A Boolean value that indicates whether public sharing is turned on for an Amazon QuickSight account. For more information about turning on public sharing, see UpdatePublicSharingSettings.
sourcepub fn termination_protection_enabled(&self) -> bool
pub fn termination_protection_enabled(&self) -> bool
A boolean value that determines whether or not an Amazon QuickSight account can be deleted. A True
value doesn't allow the account to be deleted and results in an error message if a user tries to make a DeleteAccountSubsctiption
request. A False
value will allow the ccount to be deleted.
source§impl AccountSettings
impl AccountSettings
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AccountSettings
.
Trait Implementations§
source§impl Clone for AccountSettings
impl Clone for AccountSettings
source§fn clone(&self) -> AccountSettings
fn clone(&self) -> AccountSettings
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for AccountSettings
impl Debug for AccountSettings
source§impl PartialEq<AccountSettings> for AccountSettings
impl PartialEq<AccountSettings> for AccountSettings
source§fn eq(&self, other: &AccountSettings) -> bool
fn eq(&self, other: &AccountSettings) -> bool
self
and other
values to be equal, and is used
by ==
.