Class: Aws::Types::DeleteRecommendationTemplateResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRecommendationTemplateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#recommendation_template_arn ⇒ ::String
Returns the value of attribute recommendation_template_arn.
-
#status ⇒ "Pending", ...
Returns the value of attribute status.
Instance Attribute Details
#recommendation_template_arn ⇒ ::String
Returns the value of attribute recommendation_template_arn.
448 449 450 |
# File 'sig/types.rbs', line 448 def recommendation_template_arn @recommendation_template_arn end |
#status ⇒ "Pending", ...
Returns the value of attribute status.
449 450 451 |
# File 'sig/types.rbs', line 449 def status @status end |