Class: Aws::SESV2::Types::ListContactListsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_listsArray<Types::ContactList>

The available contact lists.

Returns:



4095
4096
4097
4098
4099
4100
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4095

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

#next_tokenString

A string token indicating that there might be additional contact lists available to be listed. Copy this token to a subsequent call to ListContactLists with the same parameters to retrieve the next page of contact lists.

Returns:

  • (String)


4095
4096
4097
4098
4099
4100
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4095

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