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
- Struct
- Aws::QuickSight::Types::UpdateAccountSettingsRequest
 
- Defined in:
- (unknown)
Overview
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
- 
  
    
      #aws_account_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID for the AWS account that contains the QuickSight settings that you want to list. 
- 
  
    
      #default_namespace  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The default namespace for this AWS account. 
- 
  
    
      #notification_email  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The email address that you want QuickSight to send notifications to regarding your AWS account or QuickSight subscription. 
Instance Attribute Details
#aws_account_id ⇒ String
The ID for the AWS account that contains the QuickSight settings that you want to list.
#default_namespace ⇒ String
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.
#notification_email ⇒ String
The email address that you want QuickSight to send notifications to regarding your AWS account or QuickSight subscription.