Class: Aws::QuickSight::Types::DescribeQuickSightQSearchConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeQuickSightQSearchConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the Amazon QuickSight Q Search configuration that the user wants described.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the Amazon QuickSight Q Search configuration that the user wants described.
14038 14039 14040 14041 14042 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14038 class DescribeQuickSightQSearchConfigurationRequest < Struct.new( :aws_account_id) SENSITIVE = [] include Aws::Structure end |