Class: Aws::Types::StartResourceGroupingRecommendationTaskResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartResourceGroupingRecommendationTaskResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#grouping_id ⇒ ::String
Returns the value of attribute grouping_id.
-
#status ⇒ "Pending", ...
Returns the value of attribute status.
Instance Attribute Details
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
1311 1312 1313 |
# File 'sig/types.rbs', line 1311 def app_arn @app_arn end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1312 1313 1314 |
# File 'sig/types.rbs', line 1312 def @error_message end |
#grouping_id ⇒ ::String
Returns the value of attribute grouping_id.
1313 1314 1315 |
# File 'sig/types.rbs', line 1313 def grouping_id @grouping_id end |
#status ⇒ "Pending", ...
Returns the value of attribute status.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def status @status end |