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.
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 |