Class: Aws::Types::EmailAddressInsightsMailboxEvaluations

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#has_valid_dns_recordsTypes::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_syntaxTypes::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_disposableTypes::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_inputTypes::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_addressTypes::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_existsTypes::EmailAddressInsightsVerdict

Returns the value of attribute mailbox_exists.



592
593
594
# File 'sig/types.rbs', line 592

def mailbox_exists
  @mailbox_exists
end