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.
12963 12964 12965 12966 12967 12968 12969 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12963 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.
12963 12964 12965 12966 12967 12968 12969 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12963 class DescribeQPersonalizationConfigurationResponse < Struct.new( :personalization_mode, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
12963 12964 12965 12966 12967 12968 12969 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12963 class DescribeQPersonalizationConfigurationResponse < Struct.new( :personalization_mode, :request_id, :status) SENSITIVE = [] include Aws::Structure end |