Class: Aws::CustomerProfiles::Types::SearchRecommendationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::SearchRecommendationsResponse
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:recommendations]
Instance Attribute Summary collapse
-
#profile_id ⇒ String
The unique identifier of the profile for which to retrieve recommendations.
-
#recommendations ⇒ Array<Types::Recommendation>
List of recommendations generated by the recommender.
Instance Attribute Details
#profile_id ⇒ String
The unique identifier of the profile for which to retrieve recommendations.
10207 10208 10209 10210 10211 10212 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 10207 class SearchRecommendationsResponse < Struct.new( :profile_id, :recommendations) SENSITIVE = [:recommendations] include Aws::Structure end |
#recommendations ⇒ Array<Types::Recommendation>
List of recommendations generated by the recommender.
10207 10208 10209 10210 10211 10212 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 10207 class SearchRecommendationsResponse < Struct.new( :profile_id, :recommendations) SENSITIVE = [:recommendations] include Aws::Structure end |