Class: Aws::Types::DescribeDashboardsQAConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDashboardsQAConfigurationResponse
- 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.
4617 4618 4619 |
# File 'sig/types.rbs', line 4617 def dashboards_qa_status @dashboards_qa_status end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4618 4619 4620 |
# File 'sig/types.rbs', line 4618 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
4619 4620 4621 |
# File 'sig/types.rbs', line 4619 def status @status end |