Class: Aws::KinesisVideoArchivedMedia::Types::GetClipInput

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

#clip_fragment_selectorTypes::ClipFragmentSelector

The time range of the requested clip and the source of the timestamps.



293
294
295
296
297
298
299
# File 'gems/aws-sdk-kinesisvideoarchivedmedia/lib/aws-sdk-kinesisvideoarchivedmedia/types.rb', line 293

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

#stream_arnString

The Amazon Resource Name (ARN) of the stream for which to retrieve the media clip.

You must specify either the StreamName or the StreamARN.

Returns:

  • (String)


293
294
295
296
297
298
299
# File 'gems/aws-sdk-kinesisvideoarchivedmedia/lib/aws-sdk-kinesisvideoarchivedmedia/types.rb', line 293

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

#stream_nameString

The name of the stream for which to retrieve the media clip.

You must specify either the StreamName or the StreamARN.

Returns:

  • (String)


293
294
295
296
297
298
299
# File 'gems/aws-sdk-kinesisvideoarchivedmedia/lib/aws-sdk-kinesisvideoarchivedmedia/types.rb', line 293

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