Class: Aws::ComputeOptimizer::Types::RecommendationSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::RecommendationSource
- 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
-
#recommendation_source_arn ⇒ String
The Amazon Resource Name (ARN) of the recommendation source.
-
#recommendation_source_type ⇒ String
The resource type of the recommendation source.
Instance Attribute Details
#recommendation_source_arn ⇒ String
The Amazon Resource Name (ARN) of the recommendation source.
6200 6201 6202 6203 6204 6205 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 6200 class RecommendationSource < Struct.new( :recommendation_source_arn, :recommendation_source_type) SENSITIVE = [] include Aws::Structure end |
#recommendation_source_type ⇒ String
The resource type of the recommendation source.
6200 6201 6202 6203 6204 6205 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 6200 class RecommendationSource < Struct.new( :recommendation_source_arn, :recommendation_source_type) SENSITIVE = [] include Aws::Structure end |