Class: Aws::KinesisVideoArchivedMedia::Types::GetClipInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideoArchivedMedia::Types::GetClipInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisvideoarchivedmedia/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#clip_fragment_selector ⇒ Types::ClipFragmentSelector
The time range of the requested clip and the source of the timestamps.
-
#stream_arn ⇒ String
The Amazon Resource Name (ARN) of the stream for which to retrieve the media clip.
-
#stream_name ⇒ String
The name of the stream for which to retrieve the media clip.
Instance Attribute Details
#clip_fragment_selector ⇒ Types::ClipFragmentSelector
The time range of the requested clip and the source of the timestamps.
293 294 295 296 297 298 299 |
# File '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_arn ⇒ String
The Amazon Resource Name (ARN) of the stream for which to retrieve the media clip.
You must specify either the StreamName or the StreamARN.
293 294 295 296 297 298 299 |
# File '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_name ⇒ String
The name of the stream for which to retrieve the media clip.
You must specify either the StreamName or the StreamARN.
293 294 295 296 297 298 299 |
# File 'lib/aws-sdk-kinesisvideoarchivedmedia/types.rb', line 293 class GetClipInput < Struct.new( :stream_name, :stream_arn, :clip_fragment_selector) SENSITIVE = [] include Aws::Structure end |