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.
42588 42589 42590 42591 42592 42593 42594 |
# File 'lib/aws-sdk-quicksight/types.rb', line 42588 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.
42588 42589 42590 42591 42592 42593 42594 |
# File 'lib/aws-sdk-quicksight/types.rb', line 42588 class UpdateDashboardsQAConfigurationResponse < Struct.new( :dashboards_qa_status, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
42588 42589 42590 42591 42592 42593 42594 |
# File 'lib/aws-sdk-quicksight/types.rb', line 42588 class UpdateDashboardsQAConfigurationResponse < Struct.new( :dashboards_qa_status, :request_id, :status) SENSITIVE = [] include Aws::Structure end |