Class: Aws::ComputeOptimizer::Types::InstanceSavingsEstimationMode

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb

Overview

Describes the savings estimation mode used for calculating savings opportunity for Amazon EC2 instances.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sourceString

Describes the source for calculating the savings opportunity for Amazon EC2 instances.

Returns:

  • (String)


3940
3941
3942
3943
3944
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 3940

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