Class: Aws::QuickSight::Types::DescribeQPersonalizationConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

The ID of the Amazon Web Services account that contains the personalization configuration that the user wants described.

Returns:

  • (String)


12943
12944
12945
12946
12947
# File 'lib/aws-sdk-quicksight/types.rb', line 12943

class DescribeQPersonalizationConfigurationRequest < Struct.new(
  :aws_account_id)
  SENSITIVE = []
  include Aws::Structure
end