Class: Aws::Types::ReviewTemplateAnswer
- Inherits:
-
Object
- Object
- Aws::Types::ReviewTemplateAnswer
- 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_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.
-
#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.
-
#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.
1677 1678 1679 |
# File 'sig/types.rbs', line 1677 def answer_status @answer_status end |
#choice_answers ⇒ ::Array[Types::ChoiceAnswer]
Returns the value of attribute choice_answers.
1675 1676 1677 |
# File 'sig/types.rbs', line 1675 def choice_answers @choice_answers end |
#choices ⇒ ::Array[Types::Choice]
Returns the value of attribute choices.
1673 1674 1675 |
# File 'sig/types.rbs', line 1673 def choices @choices end |
#helpful_resource_display_text ⇒ ::String
Returns the value of attribute helpful_resource_display_text.
1672 1673 1674 |
# File 'sig/types.rbs', line 1672 def helpful_resource_display_text @helpful_resource_display_text end |
#helpful_resource_url ⇒ ::String
Returns the value of attribute helpful_resource_url.
1671 1672 1673 |
# File 'sig/types.rbs', line 1671 def helpful_resource_url @helpful_resource_url end |
#improvement_plan_url ⇒ ::String
Returns the value of attribute improvement_plan_url.
1670 1671 1672 |
# File 'sig/types.rbs', line 1670 def improvement_plan_url @improvement_plan_url end |
#is_applicable ⇒ Boolean
Returns the value of attribute is_applicable.
1676 1677 1678 |
# File 'sig/types.rbs', line 1676 def is_applicable @is_applicable end |
#notes ⇒ ::String
Returns the value of attribute notes.
1678 1679 1680 |
# File 'sig/types.rbs', line 1678 def notes @notes end |
#pillar_id ⇒ ::String
Returns the value of attribute pillar_id.
1667 1668 1669 |
# File 'sig/types.rbs', line 1667 def pillar_id @pillar_id end |
#question_description ⇒ ::String
Returns the value of attribute question_description.
1669 1670 1671 |
# File 'sig/types.rbs', line 1669 def question_description @question_description end |
#question_id ⇒ ::String
Returns the value of attribute question_id.
1666 1667 1668 |
# File 'sig/types.rbs', line 1666 def question_id @question_id end |
#question_title ⇒ ::String
Returns the value of attribute question_title.
1668 1669 1670 |
# File 'sig/types.rbs', line 1668 def question_title @question_title end |
#reason ⇒ "OUT_OF_SCOPE", ...
Returns the value of attribute reason.
1679 1680 1681 |
# File 'sig/types.rbs', line 1679 def reason @reason end |
#selected_choices ⇒ ::Array[::String]
Returns the value of attribute selected_choices.
1674 1675 1676 |
# File 'sig/types.rbs', line 1674 def selected_choices @selected_choices end |