Class: Aws::WellArchitected::Types::ProfileQuestion
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WellArchitected::Types::ProfileQuestion
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-wellarchitected/types.rb
 
Overview
A profile question.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #max_selected_choices  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The maximum number of selected choices.
 - 
  
    
      #min_selected_choices  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The minimum number of selected choices.
 - 
  
    
      #question_choices  ⇒ Array<Types::ProfileChoice> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The question choices.
 - 
  
    
      #question_description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description of the question.
 - 
  
    
      #question_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the question.
 - 
  
    
      #question_title  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The title of the question.
 - 
  
    
      #selected_choice_ids  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The selected choices.
 
Instance Attribute Details
#max_selected_choices ⇒ Integer
The maximum number of selected choices.
      4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 4622  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 4612 class ProfileQuestion < Struct.new( :question_id, :question_title, :question_description, :question_choices, :selected_choice_ids, :min_selected_choices, :max_selected_choices) SENSITIVE = [] include Aws::Structure end  | 
  
#min_selected_choices ⇒ Integer
The minimum number of selected choices.
      4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 4622  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 4612 class ProfileQuestion < Struct.new( :question_id, :question_title, :question_description, :question_choices, :selected_choice_ids, :min_selected_choices, :max_selected_choices) SENSITIVE = [] include Aws::Structure end  | 
  
#question_choices ⇒ Array<Types::ProfileChoice>
The question choices.
      4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 4622  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 4612 class ProfileQuestion < Struct.new( :question_id, :question_title, :question_description, :question_choices, :selected_choice_ids, :min_selected_choices, :max_selected_choices) SENSITIVE = [] include Aws::Structure end  | 
  
#question_description ⇒ String
The description of the question.
      4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 4622  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 4612 class ProfileQuestion < Struct.new( :question_id, :question_title, :question_description, :question_choices, :selected_choice_ids, :min_selected_choices, :max_selected_choices) SENSITIVE = [] include Aws::Structure end  | 
  
#question_id ⇒ String
The ID of the question.
      4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 4622  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 4612 class ProfileQuestion < Struct.new( :question_id, :question_title, :question_description, :question_choices, :selected_choice_ids, :min_selected_choices, :max_selected_choices) SENSITIVE = [] include Aws::Structure end  | 
  
#question_title ⇒ String
The title of the question.
      4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 4622  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 4612 class ProfileQuestion < Struct.new( :question_id, :question_title, :question_description, :question_choices, :selected_choice_ids, :min_selected_choices, :max_selected_choices) SENSITIVE = [] include Aws::Structure end  | 
  
#selected_choice_ids ⇒ Array<String>
The selected choices.
      4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 4622  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 4612 class ProfileQuestion < Struct.new( :question_id, :question_title, :question_description, :question_choices, :selected_choice_ids, :min_selected_choices, :max_selected_choices) SENSITIVE = [] include Aws::Structure end  |