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
show all
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

Instance Attribute Details

#end_timestampTime

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

Returns:

  • (Time)

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

#start_timestampTime

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

Returns:

  • (Time)

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