Class: Aws::QuickSight::Types::UpdateQPersonalizationConfigurationResponse

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

#personalization_modeString

The personalization mode that is used for the personalization configuration.

Returns:

  • (String)


42042
42043
42044
42045
42046
42047
42048
# File 'lib/aws-sdk-quicksight/types.rb', line 42042

class UpdateQPersonalizationConfigurationResponse < Struct.new(
  :personalization_mode,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


42042
42043
42044
42045
42046
42047
42048
# File 'lib/aws-sdk-quicksight/types.rb', line 42042

class UpdateQPersonalizationConfigurationResponse < Struct.new(
  :personalization_mode,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


42042
42043
42044
42045
42046
42047
42048
# File 'lib/aws-sdk-quicksight/types.rb', line 42042

class UpdateQPersonalizationConfigurationResponse < Struct.new(
  :personalization_mode,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end