Class: Aws::WellArchitected::Types::AgentRecommendationItemSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::AgentRecommendationItemSummary
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
Summary of an agent recommendation item, representing an Amazon Web Services resource or recommendation affected by the optimization recommendation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp when the recommendation item was created.
-
#created_by ⇒ String
The identifier of the user or system that created this recommendation item.
-
#id ⇒ String
The unique identifier of the recommendation item.
-
#last_modified_at ⇒ Time
The timestamp when the recommendation item was last modified.
-
#last_modified_by ⇒ String
The identifier of the user or system that last modified this recommendation item.
-
#metadata ⇒ Hash, ...
Metadata containing a snapshot of the resource or recommendation at the time of generation.
-
#recommendation_arn ⇒ String
The Amazon Resource Name (ARN) of the associated recommendation.
-
#type ⇒ String
The type of the recommendation item.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the recommendation item was created.
318 319 320 321 322 323 324 325 326 327 328 329 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 318 class AgentRecommendationItemSummary < Struct.new( :id, :recommendation_arn, :type, :metadata, :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 created this recommendation item.
318 319 320 321 322 323 324 325 326 327 328 329 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 318 class AgentRecommendationItemSummary < Struct.new( :id, :recommendation_arn, :type, :metadata, :created_by, :created_at, :last_modified_by, :last_modified_at) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the recommendation item.
318 319 320 321 322 323 324 325 326 327 328 329 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 318 class AgentRecommendationItemSummary < Struct.new( :id, :recommendation_arn, :type, :metadata, :created_by, :created_at, :last_modified_by, :last_modified_at) SENSITIVE = [] include Aws::Structure end |
#last_modified_at ⇒ Time
The timestamp when the recommendation item was last modified.
318 319 320 321 322 323 324 325 326 327 328 329 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 318 class AgentRecommendationItemSummary < Struct.new( :id, :recommendation_arn, :type, :metadata, :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 recommendation item.
318 319 320 321 322 323 324 325 326 327 328 329 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 318 class AgentRecommendationItemSummary < Struct.new( :id, :recommendation_arn, :type, :metadata, :created_by, :created_at, :last_modified_by, :last_modified_at) SENSITIVE = [] include Aws::Structure end |
#metadata ⇒ Hash, ...
Metadata containing a snapshot of the resource or recommendation at the time of generation.
318 319 320 321 322 323 324 325 326 327 328 329 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 318 class AgentRecommendationItemSummary < Struct.new( :id, :recommendation_arn, :type, :metadata, :created_by, :created_at, :last_modified_by, :last_modified_at) SENSITIVE = [] include Aws::Structure end |
#recommendation_arn ⇒ String
The Amazon Resource Name (ARN) of the associated recommendation.
318 319 320 321 322 323 324 325 326 327 328 329 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 318 class AgentRecommendationItemSummary < Struct.new( :id, :recommendation_arn, :type, :metadata, :created_by, :created_at, :last_modified_by, :last_modified_at) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the recommendation item.
318 319 320 321 322 323 324 325 326 327 328 329 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 318 class AgentRecommendationItemSummary < Struct.new( :id, :recommendation_arn, :type, :metadata, :created_by, :created_at, :last_modified_by, :last_modified_at) SENSITIVE = [] include Aws::Structure end |