Struct aws_sdk_quicksight::model::AccountSettings
source · [−]#[non_exhaustive]pub struct AccountSettings {
pub account_name: Option<String>,
pub edition: Option<Edition>,
pub default_namespace: Option<String>,
pub notification_email: Option<String>,
}Expand description
The Amazon QuickSight settings associated with your Amazon Web Services account.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.account_name: Option<String>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.
edition: Option<Edition>The edition of Amazon QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.
default_namespace: Option<String>The default Amazon QuickSight namespace for your Amazon Web Services account.
notification_email: Option<String>The main notification email for your Amazon QuickSight subscription.
Implementations
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.
The edition of Amazon QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.
The default Amazon QuickSight namespace for your Amazon Web Services account.
The main notification email for your Amazon QuickSight subscription.
Creates a new builder-style object to manufacture AccountSettings
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more