Class: Aws::WellArchitected::Types::AgentRecommendationItemSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#created_atTime

The timestamp when the recommendation item was created.

Returns:

  • (Time)


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_byString

The identifier of the user or system that created this recommendation item.

Returns:

  • (String)


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

#idString

The unique identifier of the recommendation item.

Returns:

  • (String)


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_atTime

The timestamp when the recommendation item was last modified.

Returns:

  • (Time)


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_byString

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

Returns:

  • (String)


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

#metadataHash, ...

Metadata containing a snapshot of the resource or recommendation at the time of generation.

Returns:

  • (Hash, Array, String, Numeric, Boolean)


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_arnString

The Amazon Resource Name (ARN) of the associated recommendation.

Returns:

  • (String)


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

#typeString

The type of the recommendation item.

Returns:

  • (String)


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