Class: Aws::ChimeSDKMediaPipelines::Types::KinesisVideoStreamSourceTaskConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::KinesisVideoStreamSourceTaskConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmediapipelines/types.rb
Overview
The task configuration settings for the Kinesis video stream source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_id ⇒ Integer
The channel ID.
-
#fragment_number ⇒ String
The unique identifier of the fragment to begin processing.
-
#stream_arn ⇒ String
The ARN of the stream.
Instance Attribute Details
#channel_id ⇒ Integer
The channel ID.
1810 1811 1812 1813 1814 1815 1816 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1810 class KinesisVideoStreamSourceTaskConfiguration < Struct.new( :stream_arn, :channel_id, :fragment_number) SENSITIVE = [] include Aws::Structure end |
#fragment_number ⇒ String
The unique identifier of the fragment to begin processing.
1810 1811 1812 1813 1814 1815 1816 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1810 class KinesisVideoStreamSourceTaskConfiguration < Struct.new( :stream_arn, :channel_id, :fragment_number) SENSITIVE = [] include Aws::Structure end |
#stream_arn ⇒ String
The ARN of the stream.
1810 1811 1812 1813 1814 1815 1816 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1810 class KinesisVideoStreamSourceTaskConfiguration < Struct.new( :stream_arn, :channel_id, :fragment_number) SENSITIVE = [] include Aws::Structure end |