Class: Aws::SESV2::Types::ListContactsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_list_nameString

The name of the contact list.

Returns:

  • (String)


4606
4607
4608
4609
4610
4611
4612
4613
# File 'lib/aws-sdk-sesv2/types.rb', line 4606

class ListContactsRequest < Struct.new(
  :contact_list_name,
  :filter,
  :page_size,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#filterTypes::ListContactsFilter

A filter that can be applied to a list of contacts.



4606
4607
4608
4609
4610
4611
4612
4613
# File 'lib/aws-sdk-sesv2/types.rb', line 4606

class ListContactsRequest < Struct.new(
  :contact_list_name,
  :filter,
  :page_size,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A 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.

Returns:

  • (String)


4606
4607
4608
4609
4610
4611
4612
4613
# File 'lib/aws-sdk-sesv2/types.rb', line 4606

class ListContactsRequest < Struct.new(
  :contact_list_name,
  :filter,
  :page_size,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#page_sizeInteger

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. 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.

Returns:

  • (Integer)


4606
4607
4608
4609
4610
4611
4612
4613
# File 'lib/aws-sdk-sesv2/types.rb', line 4606

class ListContactsRequest < Struct.new(
  :contact_list_name,
  :filter,
  :page_size,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end