AccountSettings

public struct AccountSettings : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The “account name” you provided for the QuickSight subscription in your AWS account. You create this name when you sign up for QuickSight. It is unique in all of AWS and it appears only in the console when users sign in.

    Declaration

    Swift

    public let accountName: String?
  • The default QuickSight namespace for your AWS account.

    Declaration

    Swift

    public let defaultNamespace: String?
  • The edition of QuickSight that you’re currently subscribed to: Enterprise edition or Standard edition.

    Declaration

    Swift

    public let edition: Edition?
  • The main notification email for your QuickSight subscription.

    Declaration

    Swift

    public let notificationEmail: String?
  • Undocumented

    Declaration

    Swift

    public init(accountName: String? = nil, defaultNamespace: String? = nil, edition: Edition? = nil, notificationEmail: String? = nil)