class Aws::CloudWatchRUM::Types::TimeRange

A structure that defines the time range that you want to retrieve results from.

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

data as a hash:

    {
      after: 1, # required
      before: 1,
    }

@!attribute [rw] after

The beginning of the time range to retrieve performance events from.
@return [Integer]

@!attribute [rw] before

The end of the time range to retrieve performance events from. If
you omit this, the time range extends to the time that this
operation is performed.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/rum-2018-05-10/TimeRange AWS API Documentation

Constants

SENSITIVE