Class: Aws::QuickSight::Types::UpdateDashboardsQAConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateDashboardsQAConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dashboards_qa_status ⇒ String
A value that indicates whether the dashboard QA configuration is enabled or not.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#dashboards_qa_status ⇒ String
A value that indicates whether the dashboard QA configuration is enabled or not.
36108 36109 36110 36111 36112 36113 36114 |
# File 'lib/aws-sdk-quicksight/types.rb', line 36108 class UpdateDashboardsQAConfigurationResponse < Struct.new( :dashboards_qa_status, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
36108 36109 36110 36111 36112 36113 36114 |
# File 'lib/aws-sdk-quicksight/types.rb', line 36108 class UpdateDashboardsQAConfigurationResponse < Struct.new( :dashboards_qa_status, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
36108 36109 36110 36111 36112 36113 36114 |
# File 'lib/aws-sdk-quicksight/types.rb', line 36108 class UpdateDashboardsQAConfigurationResponse < Struct.new( :dashboards_qa_status, :request_id, :status) SENSITIVE = [] include Aws::Structure end |