Class: Aws::Connect::Types::EvaluationFormNumericQuestionAutomation
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::EvaluationFormNumericQuestionAutomation
 
 
- Includes:
 - Structure, Structure::Union
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
    Note:
    
  
  EvaluationFormNumericQuestionAutomation is a union - when making an API calls you must set exactly one of the members.
    Note:
    
  
EvaluationFormNumericQuestionAutomation is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of EvaluationFormNumericQuestionAutomation corresponding to the set member.
Information about the automation configuration in numeric questions.
Direct Known Subclasses
Defined Under Namespace
Classes: PropertyValue, Unknown
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #property_value  ⇒ Types::NumericQuestionPropertyValueAutomation 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The property value of the automation.
 - 
  
    
      #unknown  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute unknown.
 
Instance Attribute Details
#property_value ⇒ Types::NumericQuestionPropertyValueAutomation
The property value of the automation.
      8797 8798 8799 8800 8801 8802 8803 8804 8805 8806  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 8797 class EvaluationFormNumericQuestionAutomation < Struct.new( :property_value, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class PropertyValue < EvaluationFormNumericQuestionAutomation; end class Unknown < EvaluationFormNumericQuestionAutomation; end end  | 
  
#unknown ⇒ Object
Returns the value of attribute unknown
      8797 8798 8799  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 8797 def unknown @unknown end  |