Class: Aws::DevOpsAgent::Types::UpdateRecommendationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::UpdateRecommendationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsagent/types.rb
Overview
Response structure containing the updated recommendation
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recommendation ⇒ Types::Recommendation
The updated recommendation.
Instance Attribute Details
#recommendation ⇒ Types::Recommendation
The updated recommendation
5030 5031 5032 5033 5034 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 5030 class UpdateRecommendationResponse < Struct.new( :recommendation) SENSITIVE = [] include Aws::Structure end |