Class: Aws::Types::MailDomainSummary
- Inherits:
-
Object
- Object
- Aws::Types::MailDomainSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_domain ⇒ Boolean
Returns the value of attribute default_domain.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
Instance Attribute Details
#default_domain ⇒ Boolean
Returns the value of attribute default_domain.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def default_domain @default_domain end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def domain_name @domain_name end |