Class: Aws::DevOpsAgent::Types::RecommendationContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::RecommendationContent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsagent/types.rb
Overview
Content of a recommendation
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#spec ⇒ String
Agent-ready specification with detailed implementation steps.
-
#summary ⇒ String
A brief summary of the recommendation.
Instance Attribute Details
#spec ⇒ String
Agent-ready specification with detailed implementation steps
3226 3227 3228 3229 3230 3231 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 3226 class RecommendationContent < Struct.new( :summary, :spec) SENSITIVE = [] include Aws::Structure end |
#summary ⇒ String
A brief summary of the recommendation.
3226 3227 3228 3229 3230 3231 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 3226 class RecommendationContent < Struct.new( :summary, :spec) SENSITIVE = [] include Aws::Structure end |