Class: Aws::WellArchitected::Types::UpdateAgentGoalRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:title, :description]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


7724
7725
7726
7727
7728
7729
7730
7731
7732
7733
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7724

class UpdateAgentGoalRequest < Struct.new(
  :client_token,
  :profile_arn,
  :id,
  :pillars,
  :title,
  :description)
  SENSITIVE = [:title, :description]
  include Aws::Structure
end

#descriptionString

A description of the goal.

Returns:

  • (String)


7724
7725
7726
7727
7728
7729
7730
7731
7732
7733
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7724

class UpdateAgentGoalRequest < Struct.new(
  :client_token,
  :profile_arn,
  :id,
  :pillars,
  :title,
  :description)
  SENSITIVE = [:title, :description]
  include Aws::Structure
end

#idString

The unique identifier of the goal to update.

Returns:

  • (String)


7724
7725
7726
7727
7728
7729
7730
7731
7732
7733
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7724

class UpdateAgentGoalRequest < Struct.new(
  :client_token,
  :profile_arn,
  :id,
  :pillars,
  :title,
  :description)
  SENSITIVE = [:title, :description]
  include Aws::Structure
end

#pillarsArray<String>

The updated pillars for the goal. Pillars define the optimization focus areas such as cost, performance, resilience, and operational excellence.

Returns:

  • (Array<String>)


7724
7725
7726
7727
7728
7729
7730
7731
7732
7733
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7724

class UpdateAgentGoalRequest < Struct.new(
  :client_token,
  :profile_arn,
  :id,
  :pillars,
  :title,
  :description)
  SENSITIVE = [:title, :description]
  include Aws::Structure
end

#profile_arnString

The Amazon Resource Name (ARN) of the profile containing the goal to update.

Returns:

  • (String)


7724
7725
7726
7727
7728
7729
7730
7731
7732
7733
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7724

class UpdateAgentGoalRequest < Struct.new(
  :client_token,
  :profile_arn,
  :id,
  :pillars,
  :title,
  :description)
  SENSITIVE = [:title, :description]
  include Aws::Structure
end

#titleString

The updated title for the goal. Maximum length of 1000 characters.

Returns:

  • (String)


7724
7725
7726
7727
7728
7729
7730
7731
7732
7733
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7724

class UpdateAgentGoalRequest < Struct.new(
  :client_token,
  :profile_arn,
  :id,
  :pillars,
  :title,
  :description)
  SENSITIVE = [:title, :description]
  include Aws::Structure
end