Class: Aws::Connect::Types::EvaluationFormLanguageConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::EvaluationFormLanguageConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Language configuration for an evaluation form.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#form_language ⇒ String
The language for the evaluation form.
Instance Attribute Details
#form_language ⇒ String
The language for the evaluation form.
12316 12317 12318 12319 12320 |
# File 'lib/aws-sdk-connect/types.rb', line 12316 class EvaluationFormLanguageConfiguration < Struct.new( :form_language) SENSITIVE = [] include Aws::Structure end |