Class: Aws::Types::Answer
- Inherits:
-
Object
- Object
- Aws::Types::Answer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#choice_answers ⇒ ::Array[Types::ChoiceAnswer]
Returns the value of attribute choice_answers.
-
#choices ⇒ ::Array[Types::Choice]
Returns the value of attribute choices.
-
#helpful_resource_display_text ⇒ ::String
Returns the value of attribute helpful_resource_display_text.
-
#helpful_resource_url ⇒ ::String
Returns the value of attribute helpful_resource_url.
-
#improvement_plan_url ⇒ ::String
Returns the value of attribute improvement_plan_url.
-
#is_applicable ⇒ Boolean
Returns the value of attribute is_applicable.
-
#jira_configuration ⇒ Types::JiraConfiguration
Returns the value of attribute jira_configuration.
-
#notes ⇒ ::String
Returns the value of attribute notes.
-
#pillar_id ⇒ ::String
Returns the value of attribute pillar_id.
-
#question_description ⇒ ::String
Returns the value of attribute question_description.
-
#question_id ⇒ ::String
Returns the value of attribute question_id.
-
#question_title ⇒ ::String
Returns the value of attribute question_title.
-
#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_answers ⇒ ::Array[Types::ChoiceAnswer]
Returns the value of attribute choice_answers.
141 142 143 |
# File 'sig/types.rbs', line 141 def choice_answers @choice_answers end |
#choices ⇒ ::Array[Types::Choice]
Returns the value of attribute choices.
139 140 141 |
# File 'sig/types.rbs', line 139 def choices @choices end |
#helpful_resource_display_text ⇒ ::String
Returns the value of attribute helpful_resource_display_text.
138 139 140 |
# File 'sig/types.rbs', line 138 def helpful_resource_display_text @helpful_resource_display_text end |
#helpful_resource_url ⇒ ::String
Returns the value of attribute helpful_resource_url.
137 138 139 |
# File 'sig/types.rbs', line 137 def helpful_resource_url @helpful_resource_url end |
#improvement_plan_url ⇒ ::String
Returns the value of attribute improvement_plan_url.
136 137 138 |
# File 'sig/types.rbs', line 136 def improvement_plan_url @improvement_plan_url end |
#is_applicable ⇒ Boolean
Returns the value of attribute is_applicable.
142 143 144 |
# File 'sig/types.rbs', line 142 def is_applicable @is_applicable end |
#jira_configuration ⇒ Types::JiraConfiguration
Returns the value of attribute jira_configuration.
146 147 148 |
# File 'sig/types.rbs', line 146 def jira_configuration @jira_configuration end |
#notes ⇒ ::String
Returns the value of attribute notes.
144 145 146 |
# File 'sig/types.rbs', line 144 def notes @notes end |
#pillar_id ⇒ ::String
Returns the value of attribute pillar_id.
133 134 135 |
# File 'sig/types.rbs', line 133 def pillar_id @pillar_id end |
#question_description ⇒ ::String
Returns the value of attribute question_description.
135 136 137 |
# File 'sig/types.rbs', line 135 def question_description @question_description end |
#question_id ⇒ ::String
Returns the value of attribute question_id.
132 133 134 |
# File 'sig/types.rbs', line 132 def question_id @question_id end |
#question_title ⇒ ::String
Returns the value of attribute question_title.
134 135 136 |
# File 'sig/types.rbs', line 134 def question_title @question_title end |
#reason ⇒ "OUT_OF_SCOPE", ...
Returns the value of attribute reason.
145 146 147 |
# File 'sig/types.rbs', line 145 def reason @reason end |
#risk ⇒ "UNANSWERED", ...
Returns the value of attribute risk.
143 144 145 |
# File 'sig/types.rbs', line 143 def risk @risk end |
#selected_choices ⇒ ::Array[::String]
Returns the value of attribute selected_choices.
140 141 142 |
# File 'sig/types.rbs', line 140 def selected_choices @selected_choices end |