class Aws::Inspector::Types::TimestampRange

This data type is used in the AssessmentRunFilter data type.

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

data as a hash:

    {
      begin_date: Time.now,
      end_date: Time.now,
    }

@!attribute [rw] begin_date

The minimum value of the timestamp range.
@return [Time]

@!attribute [rw] end_date

The maximum value of the timestamp range.
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/TimestampRange AWS API Documentation

Constants

SENSITIVE