Method: Aws::KinesisVideoArchivedMedia::Types::GetImagesInput#start_timestamp

Defined in:
lib/aws-sdk-kinesisvideoarchivedmedia/types.rb

#start_timestampTime

The starting point from which the images should be generated. This ‘StartTimestamp` must be within an inclusive range of timestamps for an image to be returned.

Returns:

  • (Time)


816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
# File 'lib/aws-sdk-kinesisvideoarchivedmedia/types.rb', line 816

class GetImagesInput < Struct.new(
  :stream_name,
  :stream_arn,
  :image_selector_type,
  :start_timestamp,
  :end_timestamp,
  :sampling_interval,
  :format,
  :format_config,
  :width_pixels,
  :height_pixels,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end