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.
16223 16224 16225 16226 16227 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16223 class DescribeQuickSightQSearchConfigurationRequest < Struct.new( :aws_account_id) SENSITIVE = [] include Aws::Structure end |