Class: Aws::Types::ReviewTemplatePillarReviewSummary
- Inherits:
-
Object
- Object
- Aws::Types::ReviewTemplatePillarReviewSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#notes ⇒ ::String
Returns the value of attribute notes.
-
#pillar_id ⇒ ::String
Returns the value of attribute pillar_id.
-
#pillar_name ⇒ ::String
Returns the value of attribute pillar_name.
-
#question_counts ⇒ ::Hash[("UNANSWERED" | "ANSWERED"), ::Integer]
Returns the value of attribute question_counts.
Instance Attribute Details
#notes ⇒ ::String
Returns the value of attribute notes.
1712 1713 1714 |
# File 'sig/types.rbs', line 1712 def notes @notes end |
#pillar_id ⇒ ::String
Returns the value of attribute pillar_id.
1710 1711 1712 |
# File 'sig/types.rbs', line 1710 def pillar_id @pillar_id end |
#pillar_name ⇒ ::String
Returns the value of attribute pillar_name.
1711 1712 1713 |
# File 'sig/types.rbs', line 1711 def pillar_name @pillar_name end |
#question_counts ⇒ ::Hash[("UNANSWERED" | "ANSWERED"), ::Integer]
Returns the value of attribute question_counts.
1713 1714 1715 |
# File 'sig/types.rbs', line 1713 def question_counts @question_counts end |