Class: Aws::KinesisVideoArchivedMedia::Types::ListFragmentsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fragmentsArray<Types::Fragment>

A list of archived Fragment objects from the stream that meet the selector criteria. Results are in no specific order, even across pages.

Returns:



1162
1163
1164
1165
1166
1167
# File 'lib/aws-sdk-kinesisvideoarchivedmedia/types.rb', line 1162

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

#next_tokenString

If the returned list is truncated, the operation returns this token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.

Returns:

  • (String)


1162
1163
1164
1165
1166
1167
# File 'lib/aws-sdk-kinesisvideoarchivedmedia/types.rb', line 1162

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