You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::QuickSight::Types::UpdateAccountCustomizationRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::UpdateAccountCustomizationRequest
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
  When passing UpdateAccountCustomizationRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
  aws_account_id: "AwsAccountId", # required
  namespace: "Namespace",
  account_customization: { # required
    default_theme: "Arn",
  },
}
Instance Attribute Summary collapse
- 
  
    
      #account_customization  ⇒ Types::AccountCustomization 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The QuickSight customizations you\'re updating in the current AWS Region. 
- 
  
    
      #aws_account_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID for the AWS account that you want to update QuickSight customizations for. 
- 
  
    
      #namespace  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The namespace that you want to update QuickSight customizations for. 
Instance Attribute Details
#account_customization ⇒ Types::AccountCustomization
The QuickSight customizations you\'re updating in the current AWS Region.
#aws_account_id ⇒ String
The ID for the AWS account that you want to update QuickSight customizations for.
#namespace ⇒ String
The namespace that you want to update QuickSight customizations for.