Method: Aws::KinesisVideoArchivedMedia::Types::GetImagesInput#next_token
- Defined in:
- lib/aws-sdk-kinesisvideoarchivedmedia/types.rb
#next_token ⇒ String
A token that specifies where to start paginating the next set of Images. This is the ‘GetImages:NextToken` from a previously truncated response.
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 |