Class: Aws::Types::RejectResourceGroupingRecommendationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::RejectResourceGroupingRecommendationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
-
#entries ⇒ ::Array[Types::RejectGroupingRecommendationEntry]
Returns the value of attribute entries.
Instance Attribute Details
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
1132 1133 1134 |
# File 'sig/types.rbs', line 1132 def app_arn @app_arn end |
#entries ⇒ ::Array[Types::RejectGroupingRecommendationEntry]
Returns the value of attribute entries.
1133 1134 1135 |
# File 'sig/types.rbs', line 1133 def entries @entries end |