Class: Aws::SESV2::Types::EmailAddressInsightsVerdict

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb

Overview

Contains the overall validation verdict for an email address.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#confidence_verdictString

The confidence level of the validation verdict.

Returns:

  • (String)


2772
2773
2774
2775
2776
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 2772

class EmailAddressInsightsVerdict < Struct.new(
  :confidence_verdict)
  SENSITIVE = []
  include Aws::Structure
end