Class: Aws::QuickSight::Types::UpdateAccountSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateAccountSettingsRequest
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
When making an API call, you may pass UpdateAccountSettingsRequest data as a hash:
{
aws_account_id: "AwsAccountId", # required
default_namespace: "Namespace", # required
notification_email: "String",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The ID for the Amazon Web Services account that contains the Amazon QuickSight settings that you want to list.
-
#default_namespace ⇒ String
The default namespace for this Amazon Web Services account.
-
#notification_email ⇒ String
The email address that you want Amazon QuickSight to send notifications to regarding your Amazon Web Services account or Amazon QuickSight subscription.
Instance Attribute Details
#aws_account_id ⇒ String
The ID for the Amazon Web Services account that contains the Amazon QuickSight settings that you want to list.
12942 12943 12944 12945 12946 12947 12948 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12942 class UpdateAccountSettingsRequest < Struct.new( :aws_account_id, :default_namespace, :notification_email) SENSITIVE = [] include Aws::Structure end |
#default_namespace ⇒ String
The default namespace for this Amazon Web Services account.
Currently, the default is default
. Identity and Access Management
(IAM) users that register for the first time with Amazon QuickSight
provide an email that becomes associated with the default namespace.
12942 12943 12944 12945 12946 12947 12948 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12942 class UpdateAccountSettingsRequest < Struct.new( :aws_account_id, :default_namespace, :notification_email) SENSITIVE = [] include Aws::Structure end |
#notification_email ⇒ String
The email address that you want Amazon QuickSight to send notifications to regarding your Amazon Web Services account or Amazon QuickSight subscription.
12942 12943 12944 12945 12946 12947 12948 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12942 class UpdateAccountSettingsRequest < Struct.new( :aws_account_id, :default_namespace, :notification_email) SENSITIVE = [] include Aws::Structure end |