Class: Aws::WellArchitected::Types::RecommendationGoal

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

Instance Attribute Details

#titleString

The title of the goal associated with the recommendation.

Returns:

  • (String)


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