You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::KinesisVideoArchivedMedia::Types::TimestampRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideoArchivedMedia::Types::TimestampRange
- Defined in:
- (unknown)
Overview
Note:
When passing TimestampRange as input to an Aws::Client method, you can use a vanilla Hash:
{
start_timestamp: Time.now, # required
end_timestamp: Time.now, # required
}
The range of timestamps for which to return fragments.
Returned by:
Instance Attribute Summary collapse
-
#end_timestamp ⇒ Time
The ending timestamp in the range of timestamps for which to return fragments.
-
#start_timestamp ⇒ Time
The starting timestamp in the range of timestamps for which to return fragments.
Instance Attribute Details
#end_timestamp ⇒ Time
The ending timestamp in the range of timestamps for which to return fragments.
#start_timestamp ⇒ Time
The starting timestamp in the range of timestamps for which to return fragments.