Class: Aws::KinesisVideoArchivedMedia::Types::GetImagesOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#imagesArray<Types::Image>

The list of images generated from the video stream. If there is no media available for the given timestamp, the NO_MEDIA error will be listed in the output. If an error occurs while the image is being generated, the MEDIA_ERROR will be listed in the output as the cause of the missing image.

Returns:



847
848
849
850
851
852
# File 'gems/aws-sdk-kinesisvideoarchivedmedia/lib/aws-sdk-kinesisvideoarchivedmedia/types.rb', line 847

class GetImagesOutput < Struct.new(
  :images,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The encrypted token that was used in the request to get more images.

Returns:

  • (String)


847
848
849
850
851
852
# File 'gems/aws-sdk-kinesisvideoarchivedmedia/lib/aws-sdk-kinesisvideoarchivedmedia/types.rb', line 847

class GetImagesOutput < Struct.new(
  :images,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end