Class: Aws::MailManager::Types::ListAddressListsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::ListAddressListsResponse
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#address_lists ⇒ Array<Types::AddressList>
The list of address lists.
-
#next_token ⇒ String
If NextToken is returned, there are more results available.
Instance Attribute Details
#address_lists ⇒ Array<Types::AddressList>
The list of address lists.
2627 2628 2629 2630 2631 2632 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 2627 class ListAddressListsResponse < Struct.new( :address_lists, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If NextToken is returned, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
2627 2628 2629 2630 2631 2632 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 2627 class ListAddressListsResponse < Struct.new( :address_lists, :next_token) SENSITIVE = [] include Aws::Structure end |