Class: Aws::QConnect::Types::NotifyRecommendationsReceivedResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::NotifyRecommendationsReceivedResponse
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::NotifyRecommendationsReceivedError>
The identifiers of recommendations that are causing errors.
-
#recommendation_ids ⇒ Array<String>
The identifiers of the recommendations.
Instance Attribute Details
#errors ⇒ Array<Types::NotifyRecommendationsReceivedError>
The identifiers of recommendations that are causing errors.
7197 7198 7199 7200 7201 7202 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7197 class NotifyRecommendationsReceivedResponse < Struct.new( :errors, :recommendation_ids) SENSITIVE = [] include Aws::Structure end |
#recommendation_ids ⇒ Array<String>
The identifiers of the recommendations.
7197 7198 7199 7200 7201 7202 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7197 class NotifyRecommendationsReceivedResponse < Struct.new( :errors, :recommendation_ids) SENSITIVE = [] include Aws::Structure end |