Class: Aws::QuickSight::Types::UpdateQPersonalizationConfigurationRequest

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 account that contains the personalization configuration that the user wants to update.

Returns:

  • (String)


33413
33414
33415
33416
33417
33418
# File 'lib/aws-sdk-quicksight/types.rb', line 33413

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

#personalization_modeString

An option to allow Amazon QuickSight to customize data stories with user specific metadata, specifically location and job information, in your IAM Identity Center instance.

Returns:

  • (String)


33413
33414
33415
33416
33417
33418
# File 'lib/aws-sdk-quicksight/types.rb', line 33413

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