You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CostExplorer::Types::ResultByTime

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The result that is associated with a time period.

Instance Attribute Summary collapse

Instance Attribute Details

#estimatedBoolean

Whether the result is estimated.

Returns:

  • (Boolean)

    Whether the result is estimated.

#groupsArray<Types::Group>

The groups that this time period includes.

Returns:

  • (Array<Types::Group>)

    The groups that this time period includes.

#time_periodTypes::DateInterval

The time period that the result covers.

Returns:

#totalHash<String,Types::MetricValue>

The total amount of cost or usage accrued during the time period.

Returns:

  • (Hash<String,Types::MetricValue>)

    The total amount of cost or usage accrued during the time period.