Class: Aws::DevOpsAgent::Types::GetRecommendationResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#recommendationTypes::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