Class: Aws::Types::GetMailDomainResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetMailDomainResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dkim_verification_status ⇒ "PENDING", ...
Returns the value of attribute dkim_verification_status.
-
#is_default ⇒ Boolean
Returns the value of attribute is_default.
-
#is_test_domain ⇒ Boolean
Returns the value of attribute is_test_domain.
-
#ownership_verification_status ⇒ "PENDING", ...
Returns the value of attribute ownership_verification_status.
-
#records ⇒ ::Array[Types::DnsRecord]
Returns the value of attribute records.
Instance Attribute Details
#dkim_verification_status ⇒ "PENDING", ...
Returns the value of attribute dkim_verification_status.
703 704 705 |
# File 'sig/types.rbs', line 703 def dkim_verification_status @dkim_verification_status end |
#is_default ⇒ Boolean
Returns the value of attribute is_default.
701 702 703 |
# File 'sig/types.rbs', line 701 def is_default @is_default end |
#is_test_domain ⇒ Boolean
Returns the value of attribute is_test_domain.
700 701 702 |
# File 'sig/types.rbs', line 700 def is_test_domain @is_test_domain end |
#ownership_verification_status ⇒ "PENDING", ...
Returns the value of attribute ownership_verification_status.
702 703 704 |
# File 'sig/types.rbs', line 702 def ownership_verification_status @ownership_verification_status end |
#records ⇒ ::Array[Types::DnsRecord]
Returns the value of attribute records.
699 700 701 |
# File 'sig/types.rbs', line 699 def records @records end |