Class: Aws::WorkMail::Types::GetMailDomainResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::GetMailDomainResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dkim_verification_status ⇒ String
Indicates the status of a DKIM verification.
-
#is_default ⇒ Boolean
Specifies whether the domain is the default domain for your organization.
-
#is_test_domain ⇒ Boolean
Specifies whether the domain is a test domain provided by WorkMail, or a custom domain.
-
#ownership_verification_status ⇒ String
Indicates the status of the domain ownership verification.
-
#records ⇒ Array<Types::DnsRecord>
A list of the DNS records that WorkMail recommends adding in your DNS provider for the best user experience.
Instance Attribute Details
#dkim_verification_status ⇒ String
Indicates the status of a DKIM verification.
2465 2466 2467 2468 2469 2470 2471 2472 2473 |
# File 'lib/aws-sdk-workmail/types.rb', line 2465 class GetMailDomainResponse < Struct.new( :records, :is_test_domain, :is_default, :ownership_verification_status, :dkim_verification_status) SENSITIVE = [] include Aws::Structure end |
#is_default ⇒ Boolean
Specifies whether the domain is the default domain for your organization.
2465 2466 2467 2468 2469 2470 2471 2472 2473 |
# File 'lib/aws-sdk-workmail/types.rb', line 2465 class GetMailDomainResponse < Struct.new( :records, :is_test_domain, :is_default, :ownership_verification_status, :dkim_verification_status) SENSITIVE = [] include Aws::Structure end |
#is_test_domain ⇒ Boolean
Specifies whether the domain is a test domain provided by WorkMail, or a custom domain.
2465 2466 2467 2468 2469 2470 2471 2472 2473 |
# File 'lib/aws-sdk-workmail/types.rb', line 2465 class GetMailDomainResponse < Struct.new( :records, :is_test_domain, :is_default, :ownership_verification_status, :dkim_verification_status) SENSITIVE = [] include Aws::Structure end |
#ownership_verification_status ⇒ String
Indicates the status of the domain ownership verification.
2465 2466 2467 2468 2469 2470 2471 2472 2473 |
# File 'lib/aws-sdk-workmail/types.rb', line 2465 class GetMailDomainResponse < Struct.new( :records, :is_test_domain, :is_default, :ownership_verification_status, :dkim_verification_status) SENSITIVE = [] include Aws::Structure end |
#records ⇒ Array<Types::DnsRecord>
A list of the DNS records that WorkMail recommends adding in your DNS provider for the best user experience. The records configure your domain with DMARC, SPF, DKIM, and direct incoming email traffic to SES. See admin guide for more details.
2465 2466 2467 2468 2469 2470 2471 2472 2473 |
# File 'lib/aws-sdk-workmail/types.rb', line 2465 class GetMailDomainResponse < Struct.new( :records, :is_test_domain, :is_default, :ownership_verification_status, :dkim_verification_status) SENSITIVE = [] include Aws::Structure end |