Class: Aws::ResilienceHub::Types::DeleteRecommendationTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::DeleteRecommendationTemplateResponse
- Defined in:
- gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recommendation_template_arn ⇒ String
The Amazon Resource Name (ARN) for a recommendation template.
-
#status ⇒ String
The status of the action.
Instance Attribute Details
#recommendation_template_arn ⇒ String
The Amazon Resource Name (ARN) for a recommendation template.
1561 1562 1563 1564 1565 1566 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 1561 class DeleteRecommendationTemplateResponse < Struct.new( :recommendation_template_arn, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the action.
1561 1562 1563 1564 1565 1566 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 1561 class DeleteRecommendationTemplateResponse < Struct.new( :recommendation_template_arn, :status) SENSITIVE = [] include Aws::Structure end |