Class: Aws::Types::AcceptResourceGroupingRecommendationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::AcceptResourceGroupingRecommendationsResponse
- 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.
23 24 25 |
# File 'sig/types.rbs', line 23 def app_arn @app_arn end |
#failed_entries ⇒ ::Array[Types::FailedGroupingRecommendationEntry]
Returns the value of attribute failed_entries.
24 25 26 |
# File 'sig/types.rbs', line 24 def failed_entries @failed_entries end |