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.
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 more