Class: Aws::WellArchitected::Types::StartAgentRecommendationGenerationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp when the generation was started.

Returns:

  • (Time)


7467
7468
7469
7470
7471
7472
7473
7474
7475
7476
7477
7478
7479
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7467

class StartAgentRecommendationGenerationResponse < 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)


7467
7468
7469
7470
7471
7472
7473
7474
7475
7476
7477
7478
7479
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7467

class StartAgentRecommendationGenerationResponse < 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)


7467
7468
7469
7470
7471
7472
7473
7474
7475
7476
7477
7478
7479
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7467

class StartAgentRecommendationGenerationResponse < 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)


7467
7468
7469
7470
7471
7472
7473
7474
7475
7476
7477
7478
7479
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7467

class StartAgentRecommendationGenerationResponse < 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)


7467
7468
7469
7470
7471
7472
7473
7474
7475
7476
7477
7478
7479
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7467

class StartAgentRecommendationGenerationResponse < 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)


7467
7468
7469
7470
7471
7472
7473
7474
7475
7476
7477
7478
7479
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7467

class StartAgentRecommendationGenerationResponse < 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)


7467
7468
7469
7470
7471
7472
7473
7474
7475
7476
7477
7478
7479
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7467

class StartAgentRecommendationGenerationResponse < 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)


7467
7468
7469
7470
7471
7472
7473
7474
7475
7476
7477
7478
7479
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7467

class StartAgentRecommendationGenerationResponse < 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)


7467
7468
7469
7470
7471
7472
7473
7474
7475
7476
7477
7478
7479
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7467

class StartAgentRecommendationGenerationResponse < 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