class Aws::Kendra::Types::TimeRange

Provides a range of time.

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

data as a hash:

    {
      start_time: Time.now,
      end_time: Time.now,
    }

@!attribute [rw] start_time

The UNIX datetime of the beginning of the time range.
@return [Time]

@!attribute [rw] end_time

The UNIX datetime of the end of the time range.
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/TimeRange AWS API Documentation

Constants

SENSITIVE