Class: Aws::WorkMail::Types::ListMailDomainsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#mail_domainsArray<Types::MailDomainSummary>

The list of mail domain summaries, specifying domains that exist in the specified WorkMail organization, along with the information about whether the domain is or isn't the default.

Returns:



3128
3129
3130
3131
3132
3133
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3128

class ListMailDomainsResponse < Struct.new(
  :mail_domains,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next page of results. The value becomes null when there are no more results to return.

Returns:

  • (String)


3128
3129
3130
3131
3132
3133
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3128

class ListMailDomainsResponse < Struct.new(
  :mail_domains,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end