Class: Aws::CostExplorer::Types::ResultByTime
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::ResultByTime
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
The result that’s associated with a time period.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#estimated ⇒ Boolean
Determines whether the result is estimated.
-
#groups ⇒ Array<Types::Group>
The groups that this time period includes.
-
#time_period ⇒ Types::DateInterval
The time period that the result covers.
-
#total ⇒ Hash<String,Types::MetricValue>
The total amount of cost or usage accrued during the time period.
Instance Attribute Details
#estimated ⇒ Boolean
Determines whether the result is estimated.
6222 6223 6224 6225 6226 6227 6228 6229 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6222 class ResultByTime < Struct.new( :time_period, :total, :groups, :estimated) SENSITIVE = [] include Aws::Structure end |
#groups ⇒ Array<Types::Group>
The groups that this time period includes.
6222 6223 6224 6225 6226 6227 6228 6229 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6222 class ResultByTime < Struct.new( :time_period, :total, :groups, :estimated) SENSITIVE = [] include Aws::Structure end |
#time_period ⇒ Types::DateInterval
The time period that the result covers.
6222 6223 6224 6225 6226 6227 6228 6229 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6222 class ResultByTime < Struct.new( :time_period, :total, :groups, :estimated) SENSITIVE = [] include Aws::Structure end |
#total ⇒ Hash<String,Types::MetricValue>
The total amount of cost or usage accrued during the time period.
6222 6223 6224 6225 6226 6227 6228 6229 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6222 class ResultByTime < Struct.new( :time_period, :total, :groups, :estimated) SENSITIVE = [] include Aws::Structure end |