AccountSettings class

The QuickSight settings associated with your AWS account.

Constructors

AccountSettings({String? accountName, String? defaultNamespace, Edition? edition, String? notificationEmail})
AccountSettings.fromJson(Map<String, dynamic> json)
factory

Properties

accountName String?
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.
final
defaultNamespace String?
The default QuickSight namespace for your AWS account.
final
edition Edition?
The edition of QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.
final
hashCode int
The hash code for this object.
no setterinherited
notificationEmail String?
The main notification email for your QuickSight subscription.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited