Class: Aws::SESV2::Types::ListSuppressedDestinationsRequest

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

Overview

A request to obtain a list of email destinations that are on the suppression list for your account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_dateTime

Used to filter the list of suppressed email destinations so that it only includes addresses that were added to the list before a specific date.

Returns:

  • (Time)


4735
4736
4737
4738
4739
4740
4741
4742
4743
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4735

class ListSuppressedDestinationsRequest < Struct.new(
  :reasons,
  :start_date,
  :end_date,
  :next_token,
  :page_size)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token returned from a previous call to ListSuppressedDestinations to indicate the position in the list of suppressed email addresses.

Returns:

  • (String)


4735
4736
4737
4738
4739
4740
4741
4742
4743
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4735

class ListSuppressedDestinationsRequest < Struct.new(
  :reasons,
  :start_date,
  :end_date,
  :next_token,
  :page_size)
  SENSITIVE = []
  include Aws::Structure
end

#page_sizeInteger

The number of results to show in a single call to ListSuppressedDestinations. If the number of results is larger than the number you specified in this parameter, then the response includes a NextToken element, which you can use to obtain additional results.

Returns:

  • (Integer)


4735
4736
4737
4738
4739
4740
4741
4742
4743
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4735

class ListSuppressedDestinationsRequest < Struct.new(
  :reasons,
  :start_date,
  :end_date,
  :next_token,
  :page_size)
  SENSITIVE = []
  include Aws::Structure
end

#reasonsArray<String>

The factors that caused the email address to be added to .

Returns:

  • (Array<String>)


4735
4736
4737
4738
4739
4740
4741
4742
4743
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4735

class ListSuppressedDestinationsRequest < Struct.new(
  :reasons,
  :start_date,
  :end_date,
  :next_token,
  :page_size)
  SENSITIVE = []
  include Aws::Structure
end

#start_dateTime

Used to filter the list of suppressed email destinations so that it only includes addresses that were added to the list after a specific date.

Returns:

  • (Time)


4735
4736
4737
4738
4739
4740
4741
4742
4743
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4735

class ListSuppressedDestinationsRequest < Struct.new(
  :reasons,
  :start_date,
  :end_date,
  :next_token,
  :page_size)
  SENSITIVE = []
  include Aws::Structure
end