Class: Aws::WellArchitected::Types::ProfileQuestionUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ProfileQuestionUpdate
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
An update to a profile question.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#question_id ⇒ String
The ID of the question.
-
#selected_choice_ids ⇒ Array<String>
The selected choices.
Instance Attribute Details
#question_id ⇒ String
The ID of the question.
4636 4637 4638 4639 4640 4641 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4636 class ProfileQuestionUpdate < Struct.new( :question_id, :selected_choice_ids) SENSITIVE = [] include Aws::Structure end |
#selected_choice_ids ⇒ Array<String>
The selected choices.
4636 4637 4638 4639 4640 4641 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4636 class ProfileQuestionUpdate < Struct.new( :question_id, :selected_choice_ids) SENSITIVE = [] include Aws::Structure end |