Class: Aws::SESV2::Types::SuppressionConfidenceThreshold

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#confidence_verdict_thresholdString

The confidence level threshold for suppression decisions.

Returns:

  • (String)


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