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:



4626
4627
4628
4629
4630
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4626

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