Class: Aws::WellArchitected::Types::ProfileQuestionUpdate

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#question_idString

The ID of the question.

Returns:

  • (String)


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_idsArray<String>

The selected choices.

Returns:

  • (Array<String>)


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