Class: Aws::WellArchitected::Types::StartAgentRecommendationGenerationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::StartAgentRecommendationGenerationResponse
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp when the generation was started.
-
#created_by ⇒ String
The identifier of the user or system that started this generation.
-
#estimated_completion_time ⇒ Time
The estimated time for the generation to complete.
-
#id ⇒ String
The unique identifier of the recommendation generation.
-
#last_modified_at ⇒ Time
The timestamp when the generation was last modified.
-
#last_modified_by ⇒ String
The identifier of the user or system that last modified this generation.
-
#name ⇒ String
The name of the recommendation generation.
-
#profile_arn ⇒ String
The Amazon Resource Name (ARN) of the profile used for this generation.
-
#status ⇒ String
The current status of the recommendation generation.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the generation was started.
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_by ⇒ String
The identifier of the user or system that started this generation.
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_time ⇒ Time
The estimated time for the generation to complete.
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 |
#id ⇒ String
The unique identifier of the recommendation generation.
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_at ⇒ Time
The timestamp when the generation was last modified.
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_by ⇒ String
The identifier of the user or system that last modified this generation.
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 |
#name ⇒ String
The name of the recommendation generation.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the profile used for this generation.
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 |
#status ⇒ String
The current status of the recommendation generation.
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 |