Class: Aws::DevOpsAgent::Types::UpdateRecommendationResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#recommendationTypes::Recommendation

The updated recommendation



5169
5170
5171
5172
5173
# File 'lib/aws-sdk-devopsagent/types.rb', line 5169

class UpdateRecommendationResponse < Struct.new(
  :recommendation)
  SENSITIVE = []
  include Aws::Structure
end