You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Shield::Types::TimeRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::TimeRange
- Defined in:
- (unknown)
Overview
Note:
When passing TimeRange as input to an Aws::Client method, you can use a vanilla Hash:
{
from_inclusive: Time.now,
to_exclusive: Time.now,
}
The time range.
Returned by:
Instance Attribute Summary collapse
-
#from_inclusive ⇒ Time
The start time, in Unix time in seconds.
-
#to_exclusive ⇒ Time
The end time, in Unix time in seconds.