Class: Aws::TrustedAdvisor::Types::GetRecommendationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#recommendationTypes::Recommendation

The Recommendation



213
214
215
216
217
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 213

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