Class: Aws::WellArchitected::Types::UpdateAgentGoalRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::UpdateAgentGoalRequest
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:title, :description]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#description ⇒ String
A description of the goal.
-
#id ⇒ String
The unique identifier of the goal to update.
-
#pillars ⇒ Array<String>
The updated pillars for the goal.
-
#profile_arn ⇒ String
The Amazon Resource Name (ARN) of the profile containing the goal to update.
-
#title ⇒ String
The updated title for the goal.
Instance Attribute Details
#client_token ⇒ String
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.
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 |
#description ⇒ String
A description of the goal.
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 |
#id ⇒ String
The unique identifier of the goal to update.
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 |
#pillars ⇒ Array<String>
The updated pillars for the goal. Pillars define the optimization focus areas such as cost, performance, resilience, and operational excellence.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the profile containing the goal to update.
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 |
#title ⇒ String
The updated title for the goal. Maximum length of 1000 characters.
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 |