Class: Aws::DevOpsAgent::Types::GetRecommendationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-devopsagent/types.rb

Overview

Response structure containing the requested recommendation

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#recommendationTypes::Recommendation

The requested recommendation



2008
2009
2010
2011
2012
# File 'lib/aws-sdk-devopsagent/types.rb', line 2008

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