Class: Aws::Repostspace::Types::SupportedEmailDomainsParameters

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>)


952
953
954
955
956
957
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 952

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

#enabledString

Returns:

  • (String)


952
953
954
955
956
957
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 952

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