Class DescribeAccountSubscriptionResponse

    • Method Detail

      • accountInfo

        public final AccountInfo accountInfo()

        A structure that contains the following elements:

        • Your Amazon QuickSight account name.

        • The edition of Amazon QuickSight that your account is using.

        • The notification email address that is associated with the Amazon QuickSight account.

        • The authentication type of the Amazon QuickSight account.

        • The status of the Amazon QuickSight account's subscription.

        Returns:
        A structure that contains the following elements:

        • Your Amazon QuickSight account name.

        • The edition of Amazon QuickSight that your account is using.

        • The notification email address that is associated with the Amazon QuickSight account.

        • The authentication type of the Amazon QuickSight account.

        • The status of the Amazon QuickSight account's subscription.

      • status

        public final Integer status()

        The HTTP status of the request.

        Returns:
        The HTTP status of the request.
      • requestId

        public final String requestId()

        The Amazon Web Services request ID for this operation.

        Returns:
        The Amazon Web Services request ID for this operation.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object