Class: Aws::QuickSight::Types::DescribeQPersonalizationConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeQPersonalizationConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#personalization_mode ⇒ String
A value that indicates whether personalization is enabled or not.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#personalization_mode ⇒ String
A value that indicates whether personalization is enabled or not.
13808 13809 13810 13811 13812 13813 13814 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13808 class DescribeQPersonalizationConfigurationResponse < Struct.new( :personalization_mode, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
13808 13809 13810 13811 13812 13813 13814 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13808 class DescribeQPersonalizationConfigurationResponse < Struct.new( :personalization_mode, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
13808 13809 13810 13811 13812 13813 13814 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13808 class DescribeQPersonalizationConfigurationResponse < Struct.new( :personalization_mode, :request_id, :status) SENSITIVE = [] include Aws::Structure end |