Class: Aws::Types::SupportedEmailDomainsStatus
- Inherits:
-
Object
- Object
- Aws::Types::SupportedEmailDomainsStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_domains ⇒ ::Array[::String]
Returns the value of attribute allowed_domains.
-
#enabled ⇒ "ENABLED", ...
Returns the value of attribute enabled.
Instance Attribute Details
#allowed_domains ⇒ ::Array[::String]
Returns the value of attribute allowed_domains.
288 289 290 |
# File 'sig/types.rbs', line 288 def allowed_domains @allowed_domains end |
#enabled ⇒ "ENABLED", ...
Returns the value of attribute enabled.
287 288 289 |
# File 'sig/types.rbs', line 287 def enabled @enabled end |