Describes the settings that were used when your QuickSight subscription was first created in this AWS account.
quicksight_describe_account_settings(AwsAccountId)
A list with the following syntax:
list(
AccountSettings = list(
AccountName = "string",
Edition = "STANDARD"|"ENTERPRISE",
DefaultNamespace = "string",
NotificationEmail = "string"
),
RequestId = "string",
Status = 123
)
[required] The ID for the AWS account that contains the settings that you want to list.
svc$describe_account_settings(
AwsAccountId = "string"
)