Class: Aws::Connect::Types::EvaluationFormSingleSelectQuestionProperties
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::EvaluationFormSingleSelectQuestionProperties
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Information about the options in single select questions.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #automation  ⇒ Types::EvaluationFormSingleSelectQuestionAutomation 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The display mode of the single select question.
 - 
  
    
      #display_as  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The display mode of the single select question.
 - 
  
    
      #options  ⇒ Array<Types::EvaluationFormSingleSelectQuestionOption> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The answer options of the single select question.
 
Instance Attribute Details
#automation ⇒ Types::EvaluationFormSingleSelectQuestionAutomation
The display mode of the single select question.
      9097 9098 9099 9100 9101 9102 9103  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 9097 class EvaluationFormSingleSelectQuestionProperties < Struct.new( :options, :display_as, :automation) SENSITIVE = [] include Aws::Structure end  | 
  
#display_as ⇒ String
The display mode of the single select question.
      9097 9098 9099 9100 9101 9102 9103  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 9097 class EvaluationFormSingleSelectQuestionProperties < Struct.new( :options, :display_as, :automation) SENSITIVE = [] include Aws::Structure end  | 
  
#options ⇒ Array<Types::EvaluationFormSingleSelectQuestionOption>
The answer options of the single select question.
      9097 9098 9099 9100 9101 9102 9103  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 9097 class EvaluationFormSingleSelectQuestionProperties < Struct.new( :options, :display_as, :automation) SENSITIVE = [] include Aws::Structure end  |