Class: Aws::Types::SupportedEmailDomainsStatus

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_domains::Array[::String]

Returns the value of attribute allowed_domains.

Returns:



288
289
290
# File 'sig/types.rbs', line 288

def allowed_domains
  @allowed_domains
end

#enabled"ENABLED", ...

Returns the value of attribute enabled.

Returns:



287
288
289
# File 'sig/types.rbs', line 287

def enabled
  @enabled
end