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
- Struct
- Aws::Inspector::Types::TimestampRange
- 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
-
#begin_date ⇒ Time
The minimum value of the timestamp range.
-
#end_date ⇒ Time
The maximum value of the timestamp range.
Instance Attribute Details
#begin_date ⇒ Time
The minimum value of the timestamp range.
#end_date ⇒ Time
The maximum value of the timestamp range.