UpdateAccountSettingsRequest

public struct UpdateAccountSettingsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID for the AWS account that contains the QuickSight settings that you want to list.

    Declaration

    Swift

    public let awsAccountId: String
  • The default namespace for this AWS Account. Currently, the default is default. IAM users who register for the first time with QuickSight provide an email that becomes associated with the default namespace.

    Declaration

    Swift

    public let defaultNamespace: String
  • The email address that you want QuickSight to send notifications to regarding your AWS account or QuickSight subscription.

    Declaration

    Swift

    public let notificationEmail: String?
  • Undocumented

    Declaration

    Swift

    public init(awsAccountId: String, defaultNamespace: String, notificationEmail: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws