Class: Aws::Types::NotifyRecommendationsReceivedResponse
- Inherits:
-
Object
- Object
- Aws::Types::NotifyRecommendationsReceivedResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#errors ⇒ ::Array[Types::NotifyRecommendationsReceivedError]
Returns the value of attribute errors.
-
#recommendation_ids ⇒ ::Array[::String]
Returns the value of attribute recommendation_ids.
Instance Attribute Details
#errors ⇒ ::Array[Types::NotifyRecommendationsReceivedError]
Returns the value of attribute errors.
2161 2162 2163 |
# File 'sig/types.rbs', line 2161 def errors @errors end |
#recommendation_ids ⇒ ::Array[::String]
Returns the value of attribute recommendation_ids.
2160 2161 2162 |
# File 'sig/types.rbs', line 2160 def recommendation_ids @recommendation_ids end |