Class: Aws::SESV2::Types::ListRecommendationsResponse

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

Overview

Contains the response to your request to retrieve the list of recommendations for your account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A string token indicating that there might be additional recommendations available to be listed. Use the token provided in the ListRecommendationsResponse to use in the subsequent call to ListRecommendations with the same parameters to retrieve the next page of recommendations.

Returns:

  • (String)


4693
4694
4695
4696
4697
4698
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4693

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

#recommendationsArray<Types::Recommendation>

The recommendations applicable to your account.

Returns:



4693
4694
4695
4696
4697
4698
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4693

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