Class: Aws::KinesisVideoArchivedMedia::Types::ListFragmentsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideoArchivedMedia::Types::ListFragmentsOutput
- Defined in:
- gems/aws-sdk-kinesisvideoarchivedmedia/lib/aws-sdk-kinesisvideoarchivedmedia/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fragments ⇒ Array<Types::Fragment>
A list of archived Fragment objects from the stream that meet the selector criteria.
-
#next_token ⇒ String
If the returned list is truncated, the operation returns this token to use to retrieve the next page of results.
Instance Attribute Details
#fragments ⇒ Array<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.
1162 1163 1164 1165 1166 1167 |
# File 'gems/aws-sdk-kinesisvideoarchivedmedia/lib/aws-sdk-kinesisvideoarchivedmedia/types.rb', line 1162 class ListFragmentsOutput < Struct.new( :fragments, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
1162 1163 1164 1165 1166 1167 |
# File 'gems/aws-sdk-kinesisvideoarchivedmedia/lib/aws-sdk-kinesisvideoarchivedmedia/types.rb', line 1162 class ListFragmentsOutput < Struct.new( :fragments, :next_token) SENSITIVE = [] include Aws::Structure end |