Class: Aws::QuickSight::Types::DescribeQuickSightQSearchConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeQuickSightQSearchConfigurationRequest
- Defined in:
- gems/aws-sdk-quicksight/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 Quick Sight 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 Quick Sight Q Search configuration that the user wants described.
15223 15224 15225 15226 15227 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15223 class DescribeQuickSightQSearchConfigurationRequest < Struct.new( :aws_account_id) SENSITIVE = [] include Aws::Structure end |