Class: Aws::SESV2::Types::EmailAddressInsightsVerdict
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::EmailAddressInsightsVerdict
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sesv2/types.rb
Overview
Contains the overall validation verdict for an email address.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#confidence_verdict ⇒ String
The confidence level of the validation verdict.
Instance Attribute Details
#confidence_verdict ⇒ String
The confidence level of the validation verdict.
2772 2773 2774 2775 2776 |
# File 'lib/aws-sdk-sesv2/types.rb', line 2772 class EmailAddressInsightsVerdict < Struct.new( :confidence_verdict) SENSITIVE = [] include Aws::Structure end |