Class: Aws::WorkMail::Types::MailDomainSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::MailDomainSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
The data for a given domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_domain ⇒ Boolean
Whether the domain is default or not.
-
#domain_name ⇒ String
The domain name.
Instance Attribute Details
#default_domain ⇒ Boolean
Whether the domain is default or not.
3922 3923 3924 3925 3926 3927 |
# File 'lib/aws-sdk-workmail/types.rb', line 3922 class MailDomainSummary < Struct.new( :domain_name, :default_domain) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The domain name.
3922 3923 3924 3925 3926 3927 |
# File 'lib/aws-sdk-workmail/types.rb', line 3922 class MailDomainSummary < Struct.new( :domain_name, :default_domain) SENSITIVE = [] include Aws::Structure end |