Class: Aws::ComputeOptimizer::Types::RecommendationSource

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

Overview

Describes the source of a recommendation, such as an Amazon EC2 instance or Auto Scaling group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#recommendation_source_arnString

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

Returns:

  • (String)


5340
5341
5342
5343
5344
5345
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 5340

class RecommendationSource < Struct.new(
  :recommendation_source_arn,
  :recommendation_source_type)
  SENSITIVE = []
  include Aws::Structure
end

#recommendation_source_typeString

The resource type of the recommendation source.

Returns:

  • (String)


5340
5341
5342
5343
5344
5345
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 5340

class RecommendationSource < Struct.new(
  :recommendation_source_arn,
  :recommendation_source_type)
  SENSITIVE = []
  include Aws::Structure
end