Class: Aws::TrustedAdvisor::Types::GetRecommendationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TrustedAdvisor::Types::GetRecommendationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-trustedadvisor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recommendation ⇒ Types::Recommendation
The Recommendation.
Instance Attribute Details
#recommendation ⇒ Types::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 |