Class: Aws::WorkMail::Types::ListMailDomainsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::ListMailDomainsResponse
- Defined in:
- gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mail_domains ⇒ Array<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.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#mail_domains ⇒ Array<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.
2630 2631 2632 2633 2634 2635 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2630 class ListMailDomainsResponse < Struct.new( :mail_domains, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results. The value
becomes null
when there are no more results to return.
2630 2631 2632 2633 2634 2635 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2630 class ListMailDomainsResponse < Struct.new( :mail_domains, :next_token) SENSITIVE = [] include Aws::Structure end |