Class: Aws::ChimeSDKMediaPipelines::Types::MediaStreamSink

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#media_stream_typeString

The media stream sink’s media stream type.

Returns:

  • (String)


2565
2566
2567
2568
2569
2570
2571
2572
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 2565

class MediaStreamSink < Struct.new(
  :sink_arn,
  :sink_type,
  :reserved_stream_capacity,
  :media_stream_type)
  SENSITIVE = [:sink_arn]
  include Aws::Structure
end

#reserved_stream_capacityInteger

Specifies the number of streams that the sink can accept.

Returns:

  • (Integer)


2565
2566
2567
2568
2569
2570
2571
2572
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 2565

class MediaStreamSink < Struct.new(
  :sink_arn,
  :sink_type,
  :reserved_stream_capacity,
  :media_stream_type)
  SENSITIVE = [:sink_arn]
  include Aws::Structure
end

#sink_arnString

The ARN of the Kinesis Video Stream pool returned by the CreateMediaPipelineKinesisVideoStreamPool API.

Returns:

  • (String)


2565
2566
2567
2568
2569
2570
2571
2572
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 2565

class MediaStreamSink < Struct.new(
  :sink_arn,
  :sink_type,
  :reserved_stream_capacity,
  :media_stream_type)
  SENSITIVE = [:sink_arn]
  include Aws::Structure
end

#sink_typeString

The media stream sink’s type.

Returns:

  • (String)


2565
2566
2567
2568
2569
2570
2571
2572
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 2565

class MediaStreamSink < Struct.new(
  :sink_arn,
  :sink_type,
  :reserved_stream_capacity,
  :media_stream_type)
  SENSITIVE = [:sink_arn]
  include Aws::Structure
end