Class: Aws::DevOpsAgent::Types::Recommendation

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

Overview

Represents a recommendation with all its properties and metadata

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_contextString

Additional context for recommendation

Returns:

  • (String)


3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3200

class Recommendation < Struct.new(
  :agent_space_arn,
  :recommendation_id,
  :task_id,
  :goal_id,
  :title,
  :content,
  :status,
  :priority,
  :goal_version,
  :additional_context,
  :created_at,
  :updated_at,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#agent_space_arnString

ARN of the agent space this recommendation belongs to

Returns:

  • (String)


3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3200

class Recommendation < Struct.new(
  :agent_space_arn,
  :recommendation_id,
  :task_id,
  :goal_id,
  :title,
  :content,
  :status,
  :priority,
  :goal_version,
  :additional_context,
  :created_at,
  :updated_at,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#contentTypes::RecommendationContent

Content of the recommendation



3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3200

class Recommendation < Struct.new(
  :agent_space_arn,
  :recommendation_id,
  :task_id,
  :goal_id,
  :title,
  :content,
  :status,
  :priority,
  :goal_version,
  :additional_context,
  :created_at,
  :updated_at,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

Timestamp when this recommendation was created

Returns:

  • (Time)


3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3200

class Recommendation < Struct.new(
  :agent_space_arn,
  :recommendation_id,
  :task_id,
  :goal_id,
  :title,
  :content,
  :status,
  :priority,
  :goal_version,
  :additional_context,
  :created_at,
  :updated_at,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#goal_idString

ID of the goal this recommendation is associated with

Returns:

  • (String)


3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3200

class Recommendation < Struct.new(
  :agent_space_arn,
  :recommendation_id,
  :task_id,
  :goal_id,
  :title,
  :content,
  :status,
  :priority,
  :goal_version,
  :additional_context,
  :created_at,
  :updated_at,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#goal_versionInteger

Version of the goal at the time this recommendation was generated

Returns:

  • (Integer)


3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3200

class Recommendation < Struct.new(
  :agent_space_arn,
  :recommendation_id,
  :task_id,
  :goal_id,
  :title,
  :content,
  :status,
  :priority,
  :goal_version,
  :additional_context,
  :created_at,
  :updated_at,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#priorityString

Priority level of the recommendation

Returns:

  • (String)


3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3200

class Recommendation < Struct.new(
  :agent_space_arn,
  :recommendation_id,
  :task_id,
  :goal_id,
  :title,
  :content,
  :status,
  :priority,
  :goal_version,
  :additional_context,
  :created_at,
  :updated_at,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#recommendation_idString

The unique identifier for this recommendation

Returns:

  • (String)


3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3200

class Recommendation < Struct.new(
  :agent_space_arn,
  :recommendation_id,
  :task_id,
  :goal_id,
  :title,
  :content,
  :status,
  :priority,
  :goal_version,
  :additional_context,
  :created_at,
  :updated_at,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Current status of the recommendation

Returns:

  • (String)


3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3200

class Recommendation < Struct.new(
  :agent_space_arn,
  :recommendation_id,
  :task_id,
  :goal_id,
  :title,
  :content,
  :status,
  :priority,
  :goal_version,
  :additional_context,
  :created_at,
  :updated_at,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#task_idString

ID of the task that generated the recommendation

Returns:

  • (String)


3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3200

class Recommendation < Struct.new(
  :agent_space_arn,
  :recommendation_id,
  :task_id,
  :goal_id,
  :title,
  :content,
  :status,
  :priority,
  :goal_version,
  :additional_context,
  :created_at,
  :updated_at,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#titleString

The title of the recommendation

Returns:

  • (String)


3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3200

class Recommendation < Struct.new(
  :agent_space_arn,
  :recommendation_id,
  :task_id,
  :goal_id,
  :title,
  :content,
  :status,
  :priority,
  :goal_version,
  :additional_context,
  :created_at,
  :updated_at,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

Timestamp when this recommendation was last updated

Returns:

  • (Time)


3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3200

class Recommendation < Struct.new(
  :agent_space_arn,
  :recommendation_id,
  :task_id,
  :goal_id,
  :title,
  :content,
  :status,
  :priority,
  :goal_version,
  :additional_context,
  :created_at,
  :updated_at,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionInteger

Version number for optimistic locking

Returns:

  • (Integer)


3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3200

class Recommendation < Struct.new(
  :agent_space_arn,
  :recommendation_id,
  :task_id,
  :goal_id,
  :title,
  :content,
  :status,
  :priority,
  :goal_version,
  :additional_context,
  :created_at,
  :updated_at,
  :version)
  SENSITIVE = []
  include Aws::Structure
end