Class: Aws::DevOpsAgent::Types::RecommendationContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::RecommendationContent
- Defined in:
- gems/aws-sdk-devopsagent/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
3230 3231 3232 3233 3234 3235 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3230 class RecommendationContent < Struct.new( :summary, :spec) SENSITIVE = [] include Aws::Structure end |
#summary ⇒ String
A brief summary of the recommendation.
3230 3231 3232 3233 3234 3235 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3230 class RecommendationContent < Struct.new( :summary, :spec) SENSITIVE = [] include Aws::Structure end |