Module: Aws::QConnect::Client::_NotifyRecommendationsReceivedResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::NotifyRecommendationsReceivedResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #errors ⇒ ::Array[Types::NotifyRecommendationsReceivedError]
- #recommendation_ids ⇒ ::Array[::String]
Instance Method Details
#errors ⇒ ::Array[Types::NotifyRecommendationsReceivedError]
1081 |
# File 'sig/client.rbs', line 1081
def errors: () -> ::Array[Types::NotifyRecommendationsReceivedError]
|
#recommendation_ids ⇒ ::Array[::String]
1080 |
# File 'sig/client.rbs', line 1080
def recommendation_ids: () -> ::Array[::String]
|