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)


3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3276

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

#agent_space_arnString

ARN of the agent space this recommendation belongs to

Returns:

  • (String)


3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3276

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

#contentTypes::RecommendationContent

Content of the recommendation



3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3276

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

#created_atTime

Timestamp when this recommendation was created

Returns:

  • (Time)


3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3276

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

#goal_idString

ID of the goal this recommendation is associated with

Returns:

  • (String)


3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3276

class Recommendation < Struct.new(
  :agent_space_arn,
  :recommendation_id,
  :task_id,
  :goal_id,
  :title,
  :content,
  :status,
  :priority,
  :goal_version,
  :additional_context,
  :rank_position,
  :ranked_at,
  :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)


3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3276

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

#priorityString

Priority level of the recommendation

Returns:

  • (String)


3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3276

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

#rank_positionInteger

Position in ranked list (1 = highest priority)

Returns:

  • (Integer)


3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3276

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

#ranked_atTime

Timestamp when the recommendation was last ranked

Returns:

  • (Time)


3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3276

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

#recommendation_idString

The unique identifier for this recommendation

Returns:

  • (String)


3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3276

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

#statusString

Current status of the recommendation

Returns:

  • (String)


3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3276

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

#task_idString

ID of the task that generated the recommendation

Returns:

  • (String)


3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3276

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

#titleString

The title of the recommendation

Returns:

  • (String)


3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3276

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

#updated_atTime

Timestamp when this recommendation was last updated

Returns:

  • (Time)


3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3276

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

#versionInteger

Version number for optimistic locking

Returns:

  • (Integer)


3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3276

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