Class: Aws::KinesisVideoArchivedMedia::Types::GetImagesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideoArchivedMedia::Types::GetImagesOutput
- Defined in:
- gems/aws-sdk-kinesisvideoarchivedmedia/lib/aws-sdk-kinesisvideoarchivedmedia/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#images ⇒ Array<Types::Image>
The list of images generated from the video stream.
-
#next_token ⇒ String
The encrypted token that was used in the request to get more images.
Instance Attribute Details
#images ⇒ Array<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.
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_token ⇒ String
The encrypted token that was used in the request to get more images.
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 |