Class: Aws::Types::UpdateDashboardsQAConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDashboardsQAConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dashboards_qa_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute dashboards_qa_status.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#dashboards_qa_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute dashboards_qa_status.
12131 12132 12133 |
# File 'sig/types.rbs', line 12131 def dashboards_qa_status @dashboards_qa_status end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12132 12133 12134 |
# File 'sig/types.rbs', line 12132 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
12133 12134 12135 |
# File 'sig/types.rbs', line 12133 def status @status end |