Class: Aws::Types::PillarMetric
- Inherits:
-
Object
- Object
- Aws::Types::PillarMetric
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#pillar_id ⇒ ::String
Returns the value of attribute pillar_id.
-
#questions ⇒ ::Array[Types::QuestionMetric]
Returns the value of attribute questions.
-
#risk_counts ⇒ ::Hash[("UNANSWERED" | "HIGH" | "MEDIUM" | "NONE" | "NOT_APPLICABLE"), ::Integer]
Returns the value of attribute risk_counts.
Instance Attribute Details
#pillar_id ⇒ ::String
Returns the value of attribute pillar_id.
1480 1481 1482 |
# File 'sig/types.rbs', line 1480 def pillar_id @pillar_id end |
#questions ⇒ ::Array[Types::QuestionMetric]
Returns the value of attribute questions.
1482 1483 1484 |
# File 'sig/types.rbs', line 1482 def questions @questions end |
#risk_counts ⇒ ::Hash[("UNANSWERED" | "HIGH" | "MEDIUM" | "NONE" | "NOT_APPLICABLE"), ::Integer]
Returns the value of attribute risk_counts.
1481 1482 1483 |
# File 'sig/types.rbs', line 1481 def risk_counts @risk_counts end |