You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SESV2::Types::ListContactsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::ListContactsResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#contacts ⇒ Array<Types::Contact>
The contacts present in a specific contact list.
-
#next_token ⇒ String
A string token indicating that there might be additional contacts available to be listed.
Instance Attribute Details
#contacts ⇒ Array<Types::Contact>
The contacts present in a specific contact list.
#next_token ⇒ String
A string token indicating that there might be additional contacts
available to be listed. Copy this token to a subsequent call to
ListContacts
with the same parameters to retrieve the next page of
contacts.