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