You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::QuickSight::Types::UpdateAccountSettingsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateAccountSettingsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  aws_account_id: "AwsAccountId", # required
  default_namespace: "Namespace", # required
  notification_email: "String",
}

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

The ID for the AWS account that contains the QuickSight settings that you want to list.

Returns:

  • (String)

    The ID for the AWS account that contains the QuickSight settings that you want to list.

#default_namespaceString

The default namespace for this AWS account. Currently, the default is default. AWS Identity and Access Management (IAM) users that register for the first time with QuickSight provide an email that becomes associated with the default namespace.

Returns:

  • (String)

    The default namespace for this AWS account.

#notification_emailString

The email address that you want QuickSight to send notifications to regarding your AWS account or QuickSight subscription.

Returns:

  • (String)

    The email address that you want QuickSight to send notifications to regarding your AWS account or QuickSight subscription.