Class: Aws::ChimeSDKMediaPipelines::Types::MediaStreamSink
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::MediaStreamSink
- Defined in:
- gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb
Overview
Structure that contains the settings for a media stream sink.
Constant Summary collapse
- SENSITIVE =
[:sink_arn]
Instance Attribute Summary collapse
-
#media_stream_type ⇒ String
The media stream sink's media stream type.
-
#reserved_stream_capacity ⇒ Integer
Specifies the number of streams that the sink can accept.
-
#sink_arn ⇒ String
The ARN of the Kinesis Video Stream pool returned by the CreateMediaPipelineKinesisVideoStreamPool API.
-
#sink_type ⇒ String
The media stream sink's type.
Instance Attribute Details
#media_stream_type ⇒ String
The media stream sink's media stream type.
2609 2610 2611 2612 2613 2614 2615 2616 |
# File 'gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb', line 2609 class MediaStreamSink < Struct.new( :sink_arn, :sink_type, :reserved_stream_capacity, :media_stream_type) SENSITIVE = [:sink_arn] include Aws::Structure end |
#reserved_stream_capacity ⇒ Integer
Specifies the number of streams that the sink can accept.
2609 2610 2611 2612 2613 2614 2615 2616 |
# File 'gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb', line 2609 class MediaStreamSink < Struct.new( :sink_arn, :sink_type, :reserved_stream_capacity, :media_stream_type) SENSITIVE = [:sink_arn] include Aws::Structure end |
#sink_arn ⇒ String
The ARN of the Kinesis Video Stream pool returned by the CreateMediaPipelineKinesisVideoStreamPool API.
2609 2610 2611 2612 2613 2614 2615 2616 |
# File 'gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb', line 2609 class MediaStreamSink < Struct.new( :sink_arn, :sink_type, :reserved_stream_capacity, :media_stream_type) SENSITIVE = [:sink_arn] include Aws::Structure end |
#sink_type ⇒ String
The media stream sink's type.
2609 2610 2611 2612 2613 2614 2615 2616 |
# File 'gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb', line 2609 class MediaStreamSink < Struct.new( :sink_arn, :sink_type, :reserved_stream_capacity, :media_stream_type) SENSITIVE = [:sink_arn] include Aws::Structure end |