Class: Aws::Types::EmailAddressInsightsMailboxEvaluations
- Inherits:
-
Object
- Object
- Aws::Types::EmailAddressInsightsMailboxEvaluations
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#has_valid_dns_records ⇒ Types::EmailAddressInsightsVerdict
Returns the value of attribute has_valid_dns_records.
-
#has_valid_syntax ⇒ Types::EmailAddressInsightsVerdict
Returns the value of attribute has_valid_syntax.
-
#is_disposable ⇒ Types::EmailAddressInsightsVerdict
Returns the value of attribute is_disposable.
-
#is_random_input ⇒ Types::EmailAddressInsightsVerdict
Returns the value of attribute is_random_input.
-
#is_role_address ⇒ Types::EmailAddressInsightsVerdict
Returns the value of attribute is_role_address.
-
#mailbox_exists ⇒ Types::EmailAddressInsightsVerdict
Returns the value of attribute mailbox_exists.
Instance Attribute Details
#has_valid_dns_records ⇒ Types::EmailAddressInsightsVerdict
Returns the value of attribute has_valid_dns_records.
591 592 593 |
# File 'sig/types.rbs', line 591 def has_valid_dns_records @has_valid_dns_records end |
#has_valid_syntax ⇒ Types::EmailAddressInsightsVerdict
Returns the value of attribute has_valid_syntax.
590 591 592 |
# File 'sig/types.rbs', line 590 def has_valid_syntax @has_valid_syntax end |
#is_disposable ⇒ Types::EmailAddressInsightsVerdict
Returns the value of attribute is_disposable.
594 595 596 |
# File 'sig/types.rbs', line 594 def is_disposable @is_disposable end |
#is_random_input ⇒ Types::EmailAddressInsightsVerdict
Returns the value of attribute is_random_input.
595 596 597 |
# File 'sig/types.rbs', line 595 def is_random_input @is_random_input end |
#is_role_address ⇒ Types::EmailAddressInsightsVerdict
Returns the value of attribute is_role_address.
593 594 595 |
# File 'sig/types.rbs', line 593 def is_role_address @is_role_address end |
#mailbox_exists ⇒ Types::EmailAddressInsightsVerdict
Returns the value of attribute mailbox_exists.
592 593 594 |
# File 'sig/types.rbs', line 592 def mailbox_exists @mailbox_exists end |