Class: Aws::WellArchitected::Types::CreateAgentGoalRequest

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)


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

#descriptionString

A description of the goal.

Returns:

  • (String)


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

#pillarsArray<String>

The Well-Architected Tool Framework pillars to associate with this goal.

Returns:

  • (Array<String>)


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_arnString

The Amazon Resource Name (ARN) of the profile to associate the goal with.

Returns:

  • (String)


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

#titleString

The title of the goal.

Returns:

  • (String)


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