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
show all
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

Instance Attribute Details

#account_customizationTypes::AccountCustomization

The QuickSight customizations you\'re updating in the current AWS Region.

Returns:

#aws_account_idString

The ID for the AWS account that you want to update QuickSight customizations for.

Returns:

  • (String)

    The ID for the AWS account that you want to update QuickSight customizations for.

#namespaceString

The namespace that you want to update QuickSight customizations for.

Returns:

  • (String)

    The namespace that you want to update QuickSight customizations for.