class Aws::CostExplorer::Types::DateInterval

The time period of the request.

@note When making an API call, you may pass DateInterval

data as a hash:

    {
      start: "YearMonthDay", # required
      end: "YearMonthDay", # required
    }

@!attribute [rw] start

The beginning of the time period. The start date is inclusive. For
example, if `start` is `2017-01-01`, Amazon Web Services retrieves
cost and usage data starting at `2017-01-01` up to the end date. The
start date must be equal to or no later than the current date to
avoid a validation error.
@return [String]

@!attribute [rw] end

The end of the time period. The end date is exclusive. For example,
if `end` is `2017-05-01`, Amazon Web Services retrieves cost and
usage data from the start date up to, but not including,
`2017-05-01`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/DateInterval AWS API Documentation

Constants

SENSITIVE