Class: Aws::DevOpsAgent::Types::GetRecommendationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::GetRecommendationResponse
- 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
-
#recommendation ⇒ Types::Recommendation
The requested recommendation.
Instance Attribute Details
#recommendation ⇒ Types::Recommendation
The requested recommendation
1425 1426 1427 1428 1429 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1425 class GetRecommendationResponse < Struct.new( :recommendation) SENSITIVE = [] include Aws::Structure end |