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

Class: Aws::Inspector::Types::TimestampRange

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

Overview

Note:

When passing TimestampRange as input to an Aws::Client method, you can use a vanilla Hash:

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

This data type is used in the AssessmentRunFilter data type.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#begin_dateTime

The minimum value of the timestamp range.

Returns:

  • (Time)

    The minimum value of the timestamp range.

#end_dateTime

The maximum value of the timestamp range.

Returns:

  • (Time)

    The maximum value of the timestamp range.