Class: Aws::Connect::Types::EvaluationFormNumericQuestionAutomation

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

PropertyValue, Unknown

Defined Under Namespace

Classes: PropertyValue, Unknown

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#property_valueTypes::NumericQuestionPropertyValueAutomation

The property value of the automation.



6394
6395
6396
6397
6398
6399
6400
6401
6402
6403
# File 'lib/aws-sdk-connect/types.rb', line 6394

class EvaluationFormNumericQuestionAutomation < Struct.new(
  :property_value,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class PropertyValue < EvaluationFormNumericQuestionAutomation; end
  class Unknown < EvaluationFormNumericQuestionAutomation; end
end

#unknownObject

Returns the value of attribute unknown

Returns:

  • (Object)

    the current value of unknown



6394
6395
6396
# File 'lib/aws-sdk-connect/types.rb', line 6394

def unknown
  @unknown
end