Class: Aws::Types::AnswerSummary
- Inherits:
-
Object
- Object
- Aws::Types::AnswerSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#jira_configuration ⇒ Types::JiraConfiguration
Returns the value of attribute jira_configuration.
-
#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.
-
#risk ⇒ "UNANSWERED", ...
Returns the value of attribute risk.
-
#selected_choices ⇒ ::Array[::String]
Returns the value of attribute selected_choices.
Instance Attribute Details
#choice_answer_summaries ⇒ ::Array[Types::ChoiceAnswerSummary]
Returns the value of attribute choice_answer_summaries.
156 157 158 |
# File 'sig/types.rbs', line 156 def choice_answer_summaries @choice_answer_summaries end |
#choices ⇒ ::Array[Types::Choice]
Returns the value of attribute choices.
154 155 156 |
# File 'sig/types.rbs', line 154 def choices @choices end |
#is_applicable ⇒ Boolean
Returns the value of attribute is_applicable.
157 158 159 |
# File 'sig/types.rbs', line 157 def is_applicable @is_applicable end |
#jira_configuration ⇒ Types::JiraConfiguration
Returns the value of attribute jira_configuration.
161 162 163 |
# File 'sig/types.rbs', line 161 def jira_configuration @jira_configuration end |
#pillar_id ⇒ ::String
Returns the value of attribute pillar_id.
152 153 154 |
# File 'sig/types.rbs', line 152 def pillar_id @pillar_id end |
#question_id ⇒ ::String
Returns the value of attribute question_id.
151 152 153 |
# File 'sig/types.rbs', line 151 def question_id @question_id end |
#question_title ⇒ ::String
Returns the value of attribute question_title.
153 154 155 |
# File 'sig/types.rbs', line 153 def question_title @question_title end |
#question_type ⇒ "PRIORITIZED", "NON_PRIORITIZED"
Returns the value of attribute question_type.
160 161 162 |
# File 'sig/types.rbs', line 160 def question_type @question_type end |
#reason ⇒ "OUT_OF_SCOPE", ...
Returns the value of attribute reason.
159 160 161 |
# File 'sig/types.rbs', line 159 def reason @reason end |
#risk ⇒ "UNANSWERED", ...
Returns the value of attribute risk.
158 159 160 |
# File 'sig/types.rbs', line 158 def risk @risk end |
#selected_choices ⇒ ::Array[::String]
Returns the value of attribute selected_choices.
155 156 157 |
# File 'sig/types.rbs', line 155 def selected_choices @selected_choices end |