Class: Aws::WellArchitected::Types::ReviewTemplateAnswer
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ReviewTemplateAnswer
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
An answer of the question.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#answer_status ⇒ String
The status of whether or not this question has been answered.
-
#choice_answers ⇒ Array<Types::ChoiceAnswer>
A list of selected choices to a question in your review template.
-
#choices ⇒ Array<Types::Choice>
List of choices available for a question.
-
#helpful_resource_display_text ⇒ String
The helpful resource text to be displayed for a custom lens.
-
#helpful_resource_url ⇒ String
The helpful resource URL.
-
#improvement_plan_url ⇒ String
The improvement plan URL for a question in an Amazon Web Services official lenses.
-
#is_applicable ⇒ Boolean
Defines whether this question is applicable to a lens review.
-
#notes ⇒ String
The notes associated with the workload.
-
#pillar_id ⇒ String
The ID used to identify a pillar, for example,
security
. -
#question_description ⇒ String
The description of the question.
-
#question_id ⇒ String
The ID of the question.
-
#question_title ⇒ String
The title of the question.
-
#reason ⇒ String
The reason why the question is not applicable to your review template.
-
#selected_choices ⇒ Array<String>
List of selected choice IDs in a question answer.
Instance Attribute Details
#answer_status ⇒ String
The status of whether or not this question has been answered.
5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051 5052 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5035 class ReviewTemplateAnswer < Struct.new( :question_id, :pillar_id, :question_title, :question_description, :improvement_plan_url, :helpful_resource_url, :helpful_resource_display_text, :choices, :selected_choices, :choice_answers, :is_applicable, :answer_status, :notes, :reason) SENSITIVE = [] include Aws::Structure end |
#choice_answers ⇒ Array<Types::ChoiceAnswer>
A list of selected choices to a question in your review template.
5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051 5052 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5035 class ReviewTemplateAnswer < Struct.new( :question_id, :pillar_id, :question_title, :question_description, :improvement_plan_url, :helpful_resource_url, :helpful_resource_display_text, :choices, :selected_choices, :choice_answers, :is_applicable, :answer_status, :notes, :reason) SENSITIVE = [] include Aws::Structure end |
#choices ⇒ Array<Types::Choice>
List of choices available for a question.
5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051 5052 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5035 class ReviewTemplateAnswer < Struct.new( :question_id, :pillar_id, :question_title, :question_description, :improvement_plan_url, :helpful_resource_url, :helpful_resource_display_text, :choices, :selected_choices, :choice_answers, :is_applicable, :answer_status, :notes, :reason) SENSITIVE = [] include Aws::Structure end |
#helpful_resource_display_text ⇒ String
The helpful resource text to be displayed for a custom lens.
5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051 5052 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5035 class ReviewTemplateAnswer < Struct.new( :question_id, :pillar_id, :question_title, :question_description, :improvement_plan_url, :helpful_resource_url, :helpful_resource_display_text, :choices, :selected_choices, :choice_answers, :is_applicable, :answer_status, :notes, :reason) SENSITIVE = [] include Aws::Structure end |
#helpful_resource_url ⇒ String
The helpful resource URL.
For Amazon Web Services official lenses, this is the helpful resource URL for a question or choice.
For custom lenses, this is the helpful resource URL for a question
and is only provided if HelpfulResourceDisplayText
was specified
for the question.
5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051 5052 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5035 class ReviewTemplateAnswer < Struct.new( :question_id, :pillar_id, :question_title, :question_description, :improvement_plan_url, :helpful_resource_url, :helpful_resource_display_text, :choices, :selected_choices, :choice_answers, :is_applicable, :answer_status, :notes, :reason) SENSITIVE = [] include Aws::Structure end |
#improvement_plan_url ⇒ String
The improvement plan URL for a question in an Amazon Web Services official lenses.
This value is only available if the question has been answered.
This value does not apply to custom lenses.
5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051 5052 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5035 class ReviewTemplateAnswer < Struct.new( :question_id, :pillar_id, :question_title, :question_description, :improvement_plan_url, :helpful_resource_url, :helpful_resource_display_text, :choices, :selected_choices, :choice_answers, :is_applicable, :answer_status, :notes, :reason) SENSITIVE = [] include Aws::Structure end |
#is_applicable ⇒ Boolean
Defines whether this question is applicable to a lens review.
5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051 5052 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5035 class ReviewTemplateAnswer < Struct.new( :question_id, :pillar_id, :question_title, :question_description, :improvement_plan_url, :helpful_resource_url, :helpful_resource_display_text, :choices, :selected_choices, :choice_answers, :is_applicable, :answer_status, :notes, :reason) SENSITIVE = [] include Aws::Structure end |
#notes ⇒ String
The notes associated with the workload.
For a review template, these are the notes that will be associated with the workload when the template is applied.
5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051 5052 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5035 class ReviewTemplateAnswer < Struct.new( :question_id, :pillar_id, :question_title, :question_description, :improvement_plan_url, :helpful_resource_url, :helpful_resource_display_text, :choices, :selected_choices, :choice_answers, :is_applicable, :answer_status, :notes, :reason) SENSITIVE = [] include Aws::Structure end |
#pillar_id ⇒ String
The ID used to identify a pillar, for example, security
.
A pillar is identified by its PillarReviewSummary$PillarId.
5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051 5052 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5035 class ReviewTemplateAnswer < Struct.new( :question_id, :pillar_id, :question_title, :question_description, :improvement_plan_url, :helpful_resource_url, :helpful_resource_display_text, :choices, :selected_choices, :choice_answers, :is_applicable, :answer_status, :notes, :reason) SENSITIVE = [] include Aws::Structure end |
#question_description ⇒ String
The description of the question.
5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051 5052 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5035 class ReviewTemplateAnswer < Struct.new( :question_id, :pillar_id, :question_title, :question_description, :improvement_plan_url, :helpful_resource_url, :helpful_resource_display_text, :choices, :selected_choices, :choice_answers, :is_applicable, :answer_status, :notes, :reason) SENSITIVE = [] include Aws::Structure end |
#question_id ⇒ String
The ID of the question.
5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051 5052 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5035 class ReviewTemplateAnswer < Struct.new( :question_id, :pillar_id, :question_title, :question_description, :improvement_plan_url, :helpful_resource_url, :helpful_resource_display_text, :choices, :selected_choices, :choice_answers, :is_applicable, :answer_status, :notes, :reason) SENSITIVE = [] include Aws::Structure end |
#question_title ⇒ String
The title of the question.
5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051 5052 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5035 class ReviewTemplateAnswer < Struct.new( :question_id, :pillar_id, :question_title, :question_description, :improvement_plan_url, :helpful_resource_url, :helpful_resource_display_text, :choices, :selected_choices, :choice_answers, :is_applicable, :answer_status, :notes, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason why the question is not applicable to your review template.
5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051 5052 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5035 class ReviewTemplateAnswer < Struct.new( :question_id, :pillar_id, :question_title, :question_description, :improvement_plan_url, :helpful_resource_url, :helpful_resource_display_text, :choices, :selected_choices, :choice_answers, :is_applicable, :answer_status, :notes, :reason) SENSITIVE = [] include Aws::Structure end |
#selected_choices ⇒ Array<String>
List of selected choice IDs in a question answer.
The values entered replace the previously selected choices.
5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051 5052 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5035 class ReviewTemplateAnswer < Struct.new( :question_id, :pillar_id, :question_title, :question_description, :improvement_plan_url, :helpful_resource_url, :helpful_resource_display_text, :choices, :selected_choices, :choice_answers, :is_applicable, :answer_status, :notes, :reason) SENSITIVE = [] include Aws::Structure end |