Class: Aws::WellArchitected::Types::GoalSummary

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

Instance Attribute Details

#created_atTime

The timestamp when the goal was created.

Returns:

  • (Time)


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_byString

The identifier of the user or system that created this goal.

Returns:

  • (String)


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

#descriptionString

A description of the goal.

Returns:

  • (String)


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

#idString

The unique identifier of the goal.

Returns:

  • (String)


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_atTime

The timestamp when the goal was last modified.

Returns:

  • (Time)


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_byString

The identifier of the user or system that last modified this goal.

Returns:

  • (String)


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

#pillarsArray<String>

The Well-Architected Tool Framework pillars associated with this goal.

Returns:

  • (Array<String>)


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_arnString

The Amazon Resource Name (ARN) of the associated profile.

Returns:

  • (String)


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

#titleString

The title of the goal.

Returns:

  • (String)


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