Class: Aws::Types::RejectResourceGroupingRecommendationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::RejectResourceGroupingRecommendationsResponse
- 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::FailedGroupingRecommendationEntry]
Returns the value of attribute failed_entries.
Instance Attribute Details
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 def app_arn @app_arn end |
#failed_entries ⇒ ::Array[Types::FailedGroupingRecommendationEntry]
Returns the value of attribute failed_entries.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def failed_entries @failed_entries end |