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.
2065 2066 2067 2068 2069 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2065 class AutomaticFailConfiguration < Struct.new( :target_section) SENSITIVE = [] include Aws::Structure end |