Class: Aws::KinesisVideoArchivedMedia::Types::TimestampRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideoArchivedMedia::Types::TimestampRange
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisvideoarchivedmedia/types.rb
Overview
The range of timestamps for which to return fragments.
Constant Summary collapse
- SENSITIVE =
[]
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.
1246 1247 1248 1249 1250 1251 |
# File 'lib/aws-sdk-kinesisvideoarchivedmedia/types.rb', line 1246 class TimestampRange < Struct.new( :start_timestamp, :end_timestamp) SENSITIVE = [] include Aws::Structure end |
#start_timestamp ⇒ Time
The starting timestamp in the range of timestamps for which to return fragments.
1246 1247 1248 1249 1250 1251 |
# File 'lib/aws-sdk-kinesisvideoarchivedmedia/types.rb', line 1246 class TimestampRange < Struct.new( :start_timestamp, :end_timestamp) SENSITIVE = [] include Aws::Structure end |