You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::KinesisVideoArchivedMedia::Types::GetMediaForFragmentListInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetMediaForFragmentListInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  stream_name: "StreamName", # required
  fragments: ["FragmentNumberString"], # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#fragmentsArray<String>

A list of the numbers of fragments for which to retrieve media. You retrieve these values with ListFragments.

Returns:

  • (Array<String>)

    A list of the numbers of fragments for which to retrieve media.

#stream_nameString

The name of the stream from which to retrieve fragment media.

Returns:

  • (String)

    The name of the stream from which to retrieve fragment media.