#[non_exhaustive]pub struct DescribeAccountSettingsOutput { /* private fields */ }Implementations§
source§impl DescribeAccountSettingsOutput
impl DescribeAccountSettingsOutput
sourcepub fn account_settings(&self) -> Option<&AccountSettings>
pub fn account_settings(&self) -> Option<&AccountSettings>
The Amazon QuickSight settings for this Amazon Web Services account. This information includes the edition of Amazon Amazon QuickSight that you subscribed to (Standard or Enterprise) and the notification email for the Amazon QuickSight subscription.
In the QuickSight console, the Amazon QuickSight subscription is sometimes referred to as a QuickSight "account" even though it's technically not an account by itself. Instead, it's a subscription to the Amazon QuickSight service for your Amazon Web Services account. The edition that you subscribe to applies to Amazon QuickSight in every Amazon Web Services Region where you use it.
sourcepub fn request_id(&self) -> Option<&str>
pub fn request_id(&self) -> Option<&str>
The Amazon Web Services request ID for this operation.
source§impl DescribeAccountSettingsOutput
impl DescribeAccountSettingsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeAccountSettingsOutput.
Trait Implementations§
source§impl Clone for DescribeAccountSettingsOutput
impl Clone for DescribeAccountSettingsOutput
source§fn clone(&self) -> DescribeAccountSettingsOutput
fn clone(&self) -> DescribeAccountSettingsOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more