Class: Aws::SESV2::Types::SuppressionConfidenceThreshold
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::SuppressionConfidenceThreshold
- Defined in:
- gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb
Overview
Contains the confidence threshold settings for Auto Validation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#confidence_verdict_threshold ⇒ String
The confidence level threshold for suppression decisions.
Instance Attribute Details
#confidence_verdict_threshold ⇒ String
The confidence level threshold for suppression decisions.
8283 8284 8285 8286 8287 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 8283 class SuppressionConfidenceThreshold < Struct.new( :confidence_verdict_threshold) SENSITIVE = [] include Aws::Structure end |