Class: Aws::CostExplorer::Types::ModifyRecommendationDetail

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-costexplorer/types.rb

Overview

Details on the modification recommendation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#target_instancesArray<Types::TargetInstance>

Identifies whether this instance type is the AWS default recommendation.

Returns:



5105
5106
5107
5108
5109
# File 'lib/aws-sdk-costexplorer/types.rb', line 5105

class ModifyRecommendationDetail < Struct.new(
  :target_instances)
  SENSITIVE = []
  include Aws::Structure
end