Class: Aws::Types::ReviewTemplateAnswerSummary
- Inherits:
-
Object
- Object
- Aws::Types::ReviewTemplateAnswerSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#answer_status ⇒ "UNANSWERED", "ANSWERED"
Returns the value of attribute answer_status.
-
#choice_answer_summaries ⇒ ::Array[Types::ChoiceAnswerSummary]
Returns the value of attribute choice_answer_summaries.
-
#choices ⇒ ::Array[Types::Choice]
Returns the value of attribute choices.
-
#is_applicable ⇒ Boolean
Returns the value of attribute is_applicable.
-
#pillar_id ⇒ ::String
Returns the value of attribute pillar_id.
-
#question_id ⇒ ::String
Returns the value of attribute question_id.
-
#question_title ⇒ ::String
Returns the value of attribute question_title.
-
#question_type ⇒ "PRIORITIZED", "NON_PRIORITIZED"
Returns the value of attribute question_type.
-
#reason ⇒ "OUT_OF_SCOPE", ...
Returns the value of attribute reason.
-
#selected_choices ⇒ ::Array[::String]
Returns the value of attribute selected_choices.
Instance Attribute Details
#answer_status ⇒ "UNANSWERED", "ANSWERED"
Returns the value of attribute answer_status.
1691 1692 1693 |
# File 'sig/types.rbs', line 1691 def answer_status @answer_status end |
#choice_answer_summaries ⇒ ::Array[Types::ChoiceAnswerSummary]
Returns the value of attribute choice_answer_summaries.
1689 1690 1691 |
# File 'sig/types.rbs', line 1689 def choice_answer_summaries @choice_answer_summaries end |
#choices ⇒ ::Array[Types::Choice]
Returns the value of attribute choices.
1687 1688 1689 |
# File 'sig/types.rbs', line 1687 def choices @choices end |
#is_applicable ⇒ Boolean
Returns the value of attribute is_applicable.
1690 1691 1692 |
# File 'sig/types.rbs', line 1690 def is_applicable @is_applicable end |
#pillar_id ⇒ ::String
Returns the value of attribute pillar_id.
1685 1686 1687 |
# File 'sig/types.rbs', line 1685 def pillar_id @pillar_id end |
#question_id ⇒ ::String
Returns the value of attribute question_id.
1684 1685 1686 |
# File 'sig/types.rbs', line 1684 def question_id @question_id end |
#question_title ⇒ ::String
Returns the value of attribute question_title.
1686 1687 1688 |
# File 'sig/types.rbs', line 1686 def question_title @question_title end |
#question_type ⇒ "PRIORITIZED", "NON_PRIORITIZED"
Returns the value of attribute question_type.
1693 1694 1695 |
# File 'sig/types.rbs', line 1693 def question_type @question_type end |
#reason ⇒ "OUT_OF_SCOPE", ...
Returns the value of attribute reason.
1692 1693 1694 |
# File 'sig/types.rbs', line 1692 def reason @reason end |
#selected_choices ⇒ ::Array[::String]
Returns the value of attribute selected_choices.
1688 1689 1690 |
# File 'sig/types.rbs', line 1688 def selected_choices @selected_choices end |