Class: Aws::Connect::Types::AutomaticFailConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::AutomaticFailConfiguration
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Information about automatic fail configuration for an evaluation form.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#target_section ⇒ String
The referenceId of the target section for auto failure.
Instance Attribute Details
#target_section ⇒ String
The referenceId of the target section for auto failure.
2034 2035 2036 2037 2038 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2034 class AutomaticFailConfiguration < Struct.new( :target_section) SENSITIVE = [] include Aws::Structure end |