Class: Aws::CustomerProfiles::Types::GetProfileRecommendationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::GetProfileRecommendationsResponse
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:recommendations]
Instance Attribute Summary collapse
-
#recommendations ⇒ Array<Types::Recommendation>
List of recommendations generated by the recommender.
Instance Attribute Details
#recommendations ⇒ Array<Types::Recommendation>
List of recommendations generated by the recommender.
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 |