Class: Aws::DevOpsAgent::Types::GetRecommendationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::GetRecommendationResponse
- Defined in:
- gems/aws-sdk-devopsagent/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
1461 1462 1463 1464 1465 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1461 class GetRecommendationResponse < Struct.new( :recommendation) SENSITIVE = [] include Aws::Structure end |