Class: Aws::WellArchitected::Types::GoalSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::GoalSummary
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
Summary of an optimization goal associated with a profile.
Constant Summary collapse
- SENSITIVE =
[:title, :description]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp when the goal was created.
-
#created_by ⇒ String
The identifier of the user or system that created this goal.
-
#description ⇒ String
A description of the goal.
-
#id ⇒ String
The unique identifier of the goal.
-
#last_modified_at ⇒ Time
The timestamp when the goal was last modified.
-
#last_modified_by ⇒ String
The identifier of the user or system that last modified this goal.
-
#pillars ⇒ Array<String>
The Well-Architected Tool Framework pillars associated with this goal.
-
#profile_arn ⇒ String
The Amazon Resource Name (ARN) of the associated profile.
-
#title ⇒ String
The title of the goal.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the goal was created.
3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3959 class GoalSummary < Struct.new( :id, :profile_arn, :pillars, :title, :description, :created_by, :created_at, :last_modified_by, :last_modified_at) SENSITIVE = [:title, :description] include Aws::Structure end |
#created_by ⇒ String
The identifier of the user or system that created this goal.
3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3959 class GoalSummary < Struct.new( :id, :profile_arn, :pillars, :title, :description, :created_by, :created_at, :last_modified_by, :last_modified_at) SENSITIVE = [:title, :description] include Aws::Structure end |
#description ⇒ String
A description of the goal.
3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3959 class GoalSummary < Struct.new( :id, :profile_arn, :pillars, :title, :description, :created_by, :created_at, :last_modified_by, :last_modified_at) SENSITIVE = [:title, :description] include Aws::Structure end |
#id ⇒ String
The unique identifier of the goal.
3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3959 class GoalSummary < Struct.new( :id, :profile_arn, :pillars, :title, :description, :created_by, :created_at, :last_modified_by, :last_modified_at) SENSITIVE = [:title, :description] include Aws::Structure end |
#last_modified_at ⇒ Time
The timestamp when the goal was last modified.
3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3959 class GoalSummary < Struct.new( :id, :profile_arn, :pillars, :title, :description, :created_by, :created_at, :last_modified_by, :last_modified_at) SENSITIVE = [:title, :description] include Aws::Structure end |
#last_modified_by ⇒ String
The identifier of the user or system that last modified this goal.
3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3959 class GoalSummary < Struct.new( :id, :profile_arn, :pillars, :title, :description, :created_by, :created_at, :last_modified_by, :last_modified_at) SENSITIVE = [:title, :description] include Aws::Structure end |
#pillars ⇒ Array<String>
The Well-Architected Tool Framework pillars associated with this goal.
3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3959 class GoalSummary < Struct.new( :id, :profile_arn, :pillars, :title, :description, :created_by, :created_at, :last_modified_by, :last_modified_at) SENSITIVE = [:title, :description] include Aws::Structure end |
#profile_arn ⇒ String
The Amazon Resource Name (ARN) of the associated profile.
3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3959 class GoalSummary < Struct.new( :id, :profile_arn, :pillars, :title, :description, :created_by, :created_at, :last_modified_by, :last_modified_at) SENSITIVE = [:title, :description] include Aws::Structure end |
#title ⇒ String
The title of the goal.
3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3959 class GoalSummary < Struct.new( :id, :profile_arn, :pillars, :title, :description, :created_by, :created_at, :last_modified_by, :last_modified_at) SENSITIVE = [:title, :description] include Aws::Structure end |