Class: Aws::WellArchitected::Types::CreateAgentGoalRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::CreateAgentGoalRequest
- 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.
-
#pillars ⇒ Array<String>
The Well-Architected Tool Framework pillars to associate with this goal.
-
#profile_arn ⇒ String
The Amazon Resource Name (ARN) of the profile to associate the goal with.
-
#title ⇒ String
The title of 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.
1396 1397 1398 1399 1400 1401 1402 1403 1404 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1396 class CreateAgentGoalRequest < Struct.new( :client_token, :profile_arn, :pillars, :title, :description) SENSITIVE = [:title, :description] include Aws::Structure end |
#description ⇒ String
A description of the goal.
1396 1397 1398 1399 1400 1401 1402 1403 1404 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1396 class CreateAgentGoalRequest < Struct.new( :client_token, :profile_arn, :pillars, :title, :description) SENSITIVE = [:title, :description] include Aws::Structure end |
#pillars ⇒ Array<String>
The Well-Architected Tool Framework pillars to associate with this goal.
1396 1397 1398 1399 1400 1401 1402 1403 1404 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1396 class CreateAgentGoalRequest < Struct.new( :client_token, :profile_arn, :pillars, :title, :description) SENSITIVE = [:title, :description] include Aws::Structure end |
#profile_arn ⇒ String
The Amazon Resource Name (ARN) of the profile to associate the goal with.
1396 1397 1398 1399 1400 1401 1402 1403 1404 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1396 class CreateAgentGoalRequest < Struct.new( :client_token, :profile_arn, :pillars, :title, :description) SENSITIVE = [:title, :description] include Aws::Structure end |
#title ⇒ String
The title of the goal.
1396 1397 1398 1399 1400 1401 1402 1403 1404 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1396 class CreateAgentGoalRequest < Struct.new( :client_token, :profile_arn, :pillars, :title, :description) SENSITIVE = [:title, :description] include Aws::Structure end |