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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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>)


872
873
874
875
876
877
878
# File 'gems/aws-sdk-kinesisvideoarchivedmedia/lib/aws-sdk-kinesisvideoarchivedmedia/types.rb', line 872

class GetMediaForFragmentListInput < Struct.new(
  :stream_name,
  :stream_arn,
  :fragments)
  SENSITIVE = []
  include Aws::Structure
end

#stream_arnString

The Amazon Resource Name (ARN) of the stream from which to retrieve fragment media. Specify either this parameter or the StreamName parameter.

Returns:

  • (String)


872
873
874
875
876
877
878
# File 'gems/aws-sdk-kinesisvideoarchivedmedia/lib/aws-sdk-kinesisvideoarchivedmedia/types.rb', line 872

class GetMediaForFragmentListInput < Struct.new(
  :stream_name,
  :stream_arn,
  :fragments)
  SENSITIVE = []
  include Aws::Structure
end

#stream_nameString

The name of the stream from which to retrieve fragment media. Specify either this parameter or the StreamARN parameter.

Returns:

  • (String)


872
873
874
875
876
877
878
# File 'gems/aws-sdk-kinesisvideoarchivedmedia/lib/aws-sdk-kinesisvideoarchivedmedia/types.rb', line 872

class GetMediaForFragmentListInput < Struct.new(
  :stream_name,
  :stream_arn,
  :fragments)
  SENSITIVE = []
  include Aws::Structure
end