Class: Aws::ComputeOptimizer::Types::ECSServiceProjectedMetric

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

Overview

Describes the projected metrics of an Amazon ECS service recommendation option.

To determine the performance difference between your current Amazon ECS service and the recommended option, compare the metric data of your service against its projected metric data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lower_bound_valuesArray<Float>

The lower bound values for the projected metric.

Returns:

  • (Array<Float>)


898
899
900
901
902
903
904
905
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 898

class ECSServiceProjectedMetric < Struct.new(
  :name,
  :timestamps,
  :upper_bound_values,
  :lower_bound_values)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the projected metric.

The following metrics are available:

  • Cpu — The percentage of allocated compute units that are currently in use on the service tasks.

  • Memory — The percentage of memory that's currently in use on the service tasks.

Returns:

  • (String)


898
899
900
901
902
903
904
905
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 898

class ECSServiceProjectedMetric < Struct.new(
  :name,
  :timestamps,
  :upper_bound_values,
  :lower_bound_values)
  SENSITIVE = []
  include Aws::Structure
end

#timestampsArray<Time>

The timestamps of the projected metric.

Returns:

  • (Array<Time>)


898
899
900
901
902
903
904
905
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 898

class ECSServiceProjectedMetric < Struct.new(
  :name,
  :timestamps,
  :upper_bound_values,
  :lower_bound_values)
  SENSITIVE = []
  include Aws::Structure
end

#upper_bound_valuesArray<Float>

The upper bound values for the projected metric.

Returns:

  • (Array<Float>)


898
899
900
901
902
903
904
905
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 898

class ECSServiceProjectedMetric < Struct.new(
  :name,
  :timestamps,
  :upper_bound_values,
  :lower_bound_values)
  SENSITIVE = []
  include Aws::Structure
end