You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SESV2::Types::ListContactsRequestWhen passing ListContactsRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
contact_list_name: "ContactListName", filter: {
filtered_status: "OPT_IN", topic_filter: {
topic_name: "TopicName",
use_default_if_preference_unavailable: false,
},
},
page_size: 1,
next_token: "NextToken",
}
Instance Attribute Summary collapse
The name of the contact list.
A filter that can be applied to a list of contacts.
A string token indicating that there might be additional contacts available to be listed.
The number of contacts that may be returned at once, which is dependent on if there are more or less contacts than the value of the PageSize.
The name of the contact list.
#next_token ⇒ StringA string token indicating that there might be additional contacts available to be listed. Use the token provided in the Response to use in the subsequent call to ListContacts with the same parameters to retrieve the next page of contacts.
#page_size ⇒ IntegerThe number of contacts that may be returned at once, which is dependent on if there are more or less contacts than the value of the PageSize. Use this parameter to paginate results. If additional contacts exist beyond the specified limit, the NextToken
element is sent in the response. Use the NextToken
value in subsequent requests to retrieve additional contacts.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4