Class: Aws::SESV2::Types::EmailAddressInsightsVerdict
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::EmailAddressInsightsVerdict
- 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
-
#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 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 2772 class EmailAddressInsightsVerdict < Struct.new( :confidence_verdict) SENSITIVE = [] include Aws::Structure end |