Class: Aws::Types::BatchUpdateRecommendationStatusResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchUpdateRecommendationStatusResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
-
#failed_entries ⇒ ::Array[Types::BatchUpdateRecommendationStatusFailedEntry]
Returns the value of attribute failed_entries.
-
#successful_entries ⇒ ::Array[Types::BatchUpdateRecommendationStatusSuccessfulEntry]
Returns the value of attribute successful_entries.
Instance Attribute Details
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
209 210 211 |
# File 'sig/types.rbs', line 209 def app_arn @app_arn end |
#failed_entries ⇒ ::Array[Types::BatchUpdateRecommendationStatusFailedEntry]
Returns the value of attribute failed_entries.
210 211 212 |
# File 'sig/types.rbs', line 210 def failed_entries @failed_entries end |
#successful_entries ⇒ ::Array[Types::BatchUpdateRecommendationStatusSuccessfulEntry]
Returns the value of attribute successful_entries.
211 212 213 |
# File 'sig/types.rbs', line 211 def successful_entries @successful_entries end |