Class: Aws::CostExplorer::Types::MetricValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::MetricValue
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
The aggregated value for a metric.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#amount ⇒ String
The actual number that represents the metric.
-
#unit ⇒ String
The unit that the metric is given in.
Instance Attribute Details
#amount ⇒ String
The actual number that represents the metric.
5077 5078 5079 5080 5081 5082 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5077 class MetricValue < Struct.new( :amount, :unit) SENSITIVE = [] include Aws::Structure end |
#unit ⇒ String
The unit that the metric is given in.
5077 5078 5079 5080 5081 5082 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5077 class MetricValue < Struct.new( :amount, :unit) SENSITIVE = [] include Aws::Structure end |