Class: Aws::WellArchitected::Types::AgentRecommendationGenerationSummary

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

Overview

Summary of a recommendation generation process initiated through the agent API.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp when the generation was started.

Returns:

  • (Time)


263
264
265
266
267
268
269
270
271
272
273
274
275
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 263

class AgentRecommendationGenerationSummary < Struct.new(
  :id,
  :profile_arn,
  :name,
  :status,
  :estimated_completion_time,
  :created_by,
  :created_at,
  :last_modified_by,
  :last_modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_byString

The identifier of the user or system that started this generation.

Returns:

  • (String)


263
264
265
266
267
268
269
270
271
272
273
274
275
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 263

class AgentRecommendationGenerationSummary < Struct.new(
  :id,
  :profile_arn,
  :name,
  :status,
  :estimated_completion_time,
  :created_by,
  :created_at,
  :last_modified_by,
  :last_modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#estimated_completion_timeTime

The estimated time for the generation to complete.

Returns:

  • (Time)


263
264
265
266
267
268
269
270
271
272
273
274
275
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 263

class AgentRecommendationGenerationSummary < Struct.new(
  :id,
  :profile_arn,
  :name,
  :status,
  :estimated_completion_time,
  :created_by,
  :created_at,
  :last_modified_by,
  :last_modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the recommendation generation.

Returns:

  • (String)


263
264
265
266
267
268
269
270
271
272
273
274
275
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 263

class AgentRecommendationGenerationSummary < Struct.new(
  :id,
  :profile_arn,
  :name,
  :status,
  :estimated_completion_time,
  :created_by,
  :created_at,
  :last_modified_by,
  :last_modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_atTime

The timestamp when the generation was last modified.

Returns:

  • (Time)


263
264
265
266
267
268
269
270
271
272
273
274
275
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 263

class AgentRecommendationGenerationSummary < Struct.new(
  :id,
  :profile_arn,
  :name,
  :status,
  :estimated_completion_time,
  :created_by,
  :created_at,
  :last_modified_by,
  :last_modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_byString

The identifier of the user or system that last modified this generation.

Returns:

  • (String)


263
264
265
266
267
268
269
270
271
272
273
274
275
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 263

class AgentRecommendationGenerationSummary < Struct.new(
  :id,
  :profile_arn,
  :name,
  :status,
  :estimated_completion_time,
  :created_by,
  :created_at,
  :last_modified_by,
  :last_modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the recommendation generation.

Returns:

  • (String)


263
264
265
266
267
268
269
270
271
272
273
274
275
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 263

class AgentRecommendationGenerationSummary < Struct.new(
  :id,
  :profile_arn,
  :name,
  :status,
  :estimated_completion_time,
  :created_by,
  :created_at,
  :last_modified_by,
  :last_modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#profile_arnString

The Amazon Resource Name (ARN) of the profile used for this generation.

Returns:

  • (String)


263
264
265
266
267
268
269
270
271
272
273
274
275
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 263

class AgentRecommendationGenerationSummary < Struct.new(
  :id,
  :profile_arn,
  :name,
  :status,
  :estimated_completion_time,
  :created_by,
  :created_at,
  :last_modified_by,
  :last_modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the recommendation generation.

Returns:

  • (String)


263
264
265
266
267
268
269
270
271
272
273
274
275
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 263

class AgentRecommendationGenerationSummary < Struct.new(
  :id,
  :profile_arn,
  :name,
  :status,
  :estimated_completion_time,
  :created_by,
  :created_at,
  :last_modified_by,
  :last_modified_at)
  SENSITIVE = []
  include Aws::Structure
end