Method: Aws::KinesisVideoArchivedMedia::Types::GetImagesInput#stream_name

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

#stream_nameString

The name of the stream from which to retrieve the images. You must specify either the ‘StreamName` or the `StreamARN`.

Returns:

  • (String)


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