Class: Aws::KinesisVideoArchivedMedia::Types::TimestampRange

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kinesisvideoarchivedmedia/lib/aws-sdk-kinesisvideoarchivedmedia/types.rb

Overview

The range of timestamps for which to return fragments.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timestampTime

The ending timestamp in the range of timestamps for which to return fragments.

Returns:

  • (Time)


1246
1247
1248
1249
1250
1251
# File 'gems/aws-sdk-kinesisvideoarchivedmedia/lib/aws-sdk-kinesisvideoarchivedmedia/types.rb', line 1246

class TimestampRange < Struct.new(
  :start_timestamp,
  :end_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#start_timestampTime

The starting timestamp in the range of timestamps for which to return fragments.

Returns:

  • (Time)


1246
1247
1248
1249
1250
1251
# File 'gems/aws-sdk-kinesisvideoarchivedmedia/lib/aws-sdk-kinesisvideoarchivedmedia/types.rb', line 1246

class TimestampRange < Struct.new(
  :start_timestamp,
  :end_timestamp)
  SENSITIVE = []
  include Aws::Structure
end