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.
12555 12556 12557 |
# File 'sig/types.rbs', line 12555 def dashboards_qa_status @dashboards_qa_status end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12556 12557 12558 |
# File 'sig/types.rbs', line 12556 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
12557 12558 12559 |
# File 'sig/types.rbs', line 12557 def status @status end |