Class: Aws::CustomerProfiles::Types::GetProfileRecommendationsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[:recommendations]

Instance Attribute Summary collapse

Instance Attribute Details

#recommendationsArray<Types::Recommendation>

List of recommendations generated by the recommender.

Returns:



4501
4502
4503
4504
4505
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4501

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