Class: Aws::WellArchitected::Types::RecommendationGoal
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::RecommendationGoal
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
Contains information about a goal associated with a recommendation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#title ⇒ String
The title of the goal associated with the recommendation.
Instance Attribute Details
#title ⇒ String
The title of the goal associated with the recommendation.
6678 6679 6680 6681 6682 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6678 class RecommendationGoal < Struct.new( :title) SENSITIVE = [] include Aws::Structure end |