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

Class: Aws::QuickSight::Types::DescribeAccountCustomizationRequest

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

Overview

Note:

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

{
  aws_account_id: "AwsAccountId", # required
  namespace: "Namespace",
  resolved: false,
}

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

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

Returns:

  • (String)

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

#namespaceString

The QuickSight namespace that you want to describe QuickSight customizations for.

Returns:

  • (String)

    The QuickSight namespace that you want to describe QuickSight customizations for.

#resolvedBoolean

The Resolved flag works with the other parameters to determine which view of QuickSight customizations is returned. You can add this flag to your command to use the same view that QuickSight uses to identify which customizations to apply to the console. Omit this flag, or set it to no-resolved, to reveal customizations that are configured at different levels.

Returns:

  • (Boolean)

    The Resolved flag works with the other parameters to determine which view of QuickSight customizations is returned.