Class: Aws::Repostspace::Types::SupportedEmailDomainsStatus

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:allowed_domains]

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_domainsArray<String>

Returns:

  • (Array<String>)


967
968
969
970
971
972
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 967

class SupportedEmailDomainsStatus < Struct.new(
  :enabled,
  :allowed_domains)
  SENSITIVE = [:allowed_domains]
  include Aws::Structure
end

#enabledString

Returns:

  • (String)


967
968
969
970
971
972
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 967

class SupportedEmailDomainsStatus < Struct.new(
  :enabled,
  :allowed_domains)
  SENSITIVE = [:allowed_domains]
  include Aws::Structure
end