[][src]Struct rusoto_quicksight::DescribeAccountSettingsResponse

pub struct DescribeAccountSettingsResponse {
    pub account_settings: Option<AccountSettings>,
    pub request_id: Option<String>,
    pub status: Option<i64>,
}

Fields

account_settings: Option<AccountSettings>

The QuickSight settings for this AWS account. This information includes the edition of Amazon QuickSight that you subscribed to (Standard or Enterprise) and the notification email for the QuickSight subscription. In the QuickSight console, the 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 QuickSight service for your AWS account. The edition that you subscribe to applies to QuickSight in every AWS Region where you use it.

request_id: Option<String>

The AWS request ID for this operation.

status: Option<i64>

The HTTP status of the request.

Trait Implementations

impl Clone for DescribeAccountSettingsResponse[src]

impl Debug for DescribeAccountSettingsResponse[src]

impl Default for DescribeAccountSettingsResponse[src]

impl<'de> Deserialize<'de> for DescribeAccountSettingsResponse[src]

impl PartialEq<DescribeAccountSettingsResponse> for DescribeAccountSettingsResponse[src]

impl StructuralPartialEq for DescribeAccountSettingsResponse[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.