Class: Aws::Types::SupportedEmailDomainsParameters

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:

  • (::Array[::String])


282
283
284
# File 'sig/types.rbs', line 282

def allowed_domains
  @allowed_domains
end

#enabled"ENABLED", "DISABLED"

Returns the value of attribute enabled.

Returns:

  • ("ENABLED", "DISABLED")


281
282
283
# File 'sig/types.rbs', line 281

def enabled
  @enabled
end