Class: Aws::Types::SupportedEmailDomainsParameters
- Inherits:
-
Object
- Object
- Aws::Types::SupportedEmailDomainsParameters
- 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", "DISABLED"
Returns the value of attribute enabled.
Instance Attribute Details
#allowed_domains ⇒ ::Array[::String]
Returns the value of attribute allowed_domains.
282 283 284 |
# File 'sig/types.rbs', line 282 def allowed_domains @allowed_domains end |
#enabled ⇒ "ENABLED", "DISABLED"
Returns the value of attribute enabled.
281 282 283 |
# File 'sig/types.rbs', line 281 def enabled @enabled end |