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.
6063 6064 6065 6066 6067 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6063 class ModifyRecommendationDetail < Struct.new( :target_instances) SENSITIVE = [] include Aws::Structure end |