Class: Aws::CostExplorer::Types::ModifyRecommendationDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::ModifyRecommendationDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
Details for the modification recommendation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#target_instances ⇒ Array<Types::TargetInstance>
Determines whether this instance type is the Amazon Web Services default recommendation.
Instance Attribute Details
#target_instances ⇒ Array<Types::TargetInstance>
Determines whether this instance type is the Amazon Web Services default recommendation.
5093 5094 5095 5096 5097 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5093 class ModifyRecommendationDetail < Struct.new( :target_instances) SENSITIVE = [] include Aws::Structure end |