Class: Aws::CostExplorer::Types::MetricValue

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

Overview

The aggregated value for a metric.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#amountString

The actual number that represents the metric.

Returns:

  • (String)


5111
5112
5113
5114
5115
5116
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5111

class MetricValue < Struct.new(
  :amount,
  :unit)
  SENSITIVE = []
  include Aws::Structure
end

#unitString

The unit that the metric is given in.

Returns:

  • (String)


5111
5112
5113
5114
5115
5116
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5111

class MetricValue < Struct.new(
  :amount,
  :unit)
  SENSITIVE = []
  include Aws::Structure
end