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.
3361 3362 3363 3364 3365 3366 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3361 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.
3361 3362 3363 3364 3365 3366 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3361 class ListMailDomainsResponse < Struct.new( :mail_domains, :next_token) SENSITIVE = [] include Aws::Structure end |