Class: Aws::Types::AcceptResourceGroupingRecommendationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::AcceptResourceGroupingRecommendationsRequest
- 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::AcceptGroupingRecommendationEntry]
Returns the value of attribute entries.
Instance Attribute Details
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
17 18 19 |
# File 'sig/types.rbs', line 17 def app_arn @app_arn end |
#entries ⇒ ::Array[Types::AcceptGroupingRecommendationEntry]
Returns the value of attribute entries.
18 19 20 |
# File 'sig/types.rbs', line 18 def entries @entries end |