Class: Aws::QuickSight::Types::DescribeDashboardsQAConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeDashboardsQAConfigurationRequest
- 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 dashboard QA configuration that you want described.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the dashboard QA configuration that you want described.
13189 13190 13191 13192 13193 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13189 class DescribeDashboardsQAConfigurationRequest < Struct.new( :aws_account_id) SENSITIVE = [] include Aws::Structure end |