Class: Aws::MailManager::Types::ListAddressListsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#address_listsArray<Types::AddressList>

The list of address lists.

Returns:



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_tokenString

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.

Returns:

  • (String)


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