Class: Aws::QuickSight::Types::UpdateDashboardsQAConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateDashboardsQAConfigurationRequest
- 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 to update.
-
#dashboards_qa_status ⇒ String
The status of dashboards QA configuration that you want to update.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the dashboard QA configuration that you want to update.
36584 36585 36586 36587 36588 36589 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36584 class UpdateDashboardsQAConfigurationRequest < Struct.new( :aws_account_id, :dashboards_qa_status) SENSITIVE = [] include Aws::Structure end |
#dashboards_qa_status ⇒ String
The status of dashboards QA configuration that you want to update.
36584 36585 36586 36587 36588 36589 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36584 class UpdateDashboardsQAConfigurationRequest < Struct.new( :aws_account_id, :dashboards_qa_status) SENSITIVE = [] include Aws::Structure end |