Class: Aws::Connect::Types::EvaluationFormNumericQuestionProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::EvaluationFormNumericQuestionProperties
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Information about properties for a numeric question in an evaluation form.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#automation ⇒ Types::EvaluationFormNumericQuestionAutomation
The automation properties of the numeric question.
-
#max_value ⇒ Integer
The maximum answer value.
-
#min_value ⇒ Integer
The minimum answer value.
-
#options ⇒ Array<Types::EvaluationFormNumericQuestionOption>
The scoring options of the numeric question.
Instance Attribute Details
#automation ⇒ Types::EvaluationFormNumericQuestionAutomation
The automation properties of the numeric question.
7489 7490 7491 7492 7493 7494 7495 7496 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7489 class EvaluationFormNumericQuestionProperties < Struct.new( :min_value, :max_value, :options, :automation) SENSITIVE = [] include Aws::Structure end |
#max_value ⇒ Integer
The maximum answer value.
7489 7490 7491 7492 7493 7494 7495 7496 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7489 class EvaluationFormNumericQuestionProperties < Struct.new( :min_value, :max_value, :options, :automation) SENSITIVE = [] include Aws::Structure end |
#min_value ⇒ Integer
The minimum answer value.
7489 7490 7491 7492 7493 7494 7495 7496 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7489 class EvaluationFormNumericQuestionProperties < Struct.new( :min_value, :max_value, :options, :automation) SENSITIVE = [] include Aws::Structure end |
#options ⇒ Array<Types::EvaluationFormNumericQuestionOption>
The scoring options of the numeric question.
7489 7490 7491 7492 7493 7494 7495 7496 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7489 class EvaluationFormNumericQuestionProperties < Struct.new( :min_value, :max_value, :options, :automation) SENSITIVE = [] include Aws::Structure end |