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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-trustedadvisor/types.rb', line 213

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