Class: Aws::Types::QuestionMetric
- Inherits:
-
Object
- Object
- Aws::Types::QuestionMetric
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#best_practices ⇒ ::Array[Types::BestPractice]
Returns the value of attribute best_practices.
-
#question_id ⇒ ::String
Returns the value of attribute question_id.
-
#risk ⇒ "UNANSWERED", ...
Returns the value of attribute risk.
Instance Attribute Details
#best_practices ⇒ ::Array[Types::BestPractice]
Returns the value of attribute best_practices.
1616 1617 1618 |
# File 'sig/types.rbs', line 1616 def best_practices @best_practices end |
#question_id ⇒ ::String
Returns the value of attribute question_id.
1614 1615 1616 |
# File 'sig/types.rbs', line 1614 def question_id @question_id end |
#risk ⇒ "UNANSWERED", ...
Returns the value of attribute risk.
1615 1616 1617 |
# File 'sig/types.rbs', line 1615 def risk @risk end |