Class: Aws::Types::MailboxValidation
- Inherits:
-
Object
- Object
- Aws::Types::MailboxValidation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#evaluations ⇒ Types::EmailAddressInsightsMailboxEvaluations
Returns the value of attribute evaluations.
-
#is_valid ⇒ Types::EmailAddressInsightsVerdict
Returns the value of attribute is_valid.
Instance Attribute Details
#evaluations ⇒ Types::EmailAddressInsightsMailboxEvaluations
Returns the value of attribute evaluations.
1423 1424 1425 |
# File 'sig/types.rbs', line 1423 def evaluations @evaluations end |
#is_valid ⇒ Types::EmailAddressInsightsVerdict
Returns the value of attribute is_valid.
1422 1423 1424 |
# File 'sig/types.rbs', line 1422 def is_valid @is_valid end |