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.
614 615 616 |
# File 'sig/types.rbs', line 614 def has_valid_dns_records @has_valid_dns_records end |
#has_valid_syntax ⇒ Types::EmailAddressInsightsVerdict
Returns the value of attribute has_valid_syntax.
613 614 615 |
# File 'sig/types.rbs', line 613 def has_valid_syntax @has_valid_syntax end |
#is_disposable ⇒ Types::EmailAddressInsightsVerdict
Returns the value of attribute is_disposable.
617 618 619 |
# File 'sig/types.rbs', line 617 def is_disposable @is_disposable end |
#is_random_input ⇒ Types::EmailAddressInsightsVerdict
Returns the value of attribute is_random_input.
618 619 620 |
# File 'sig/types.rbs', line 618 def is_random_input @is_random_input end |
#is_role_address ⇒ Types::EmailAddressInsightsVerdict
Returns the value of attribute is_role_address.
616 617 618 |
# File 'sig/types.rbs', line 616 def is_role_address @is_role_address end |
#mailbox_exists ⇒ Types::EmailAddressInsightsVerdict
Returns the value of attribute mailbox_exists.
615 616 617 |
# File 'sig/types.rbs', line 615 def mailbox_exists @mailbox_exists end |