Method: Aws::KinesisVideoArchivedMedia::Types::GetImagesInput#format

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

#formatString

The format that will be used to encode the image.

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