Class: Aws::ComputeOptimizer::Types::GetEffectiveRecommendationPreferencesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::GetEffectiveRecommendationPreferencesRequest
- Defined in:
- gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource for which to confirm effective recommendation preferences.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource for which to confirm effective recommendation preferences. Only EC2 instance and Amazon EC2 Auto Scaling group ARNs are currently supported.
3116 3117 3118 3119 3120 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 3116 class GetEffectiveRecommendationPreferencesRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |