Class: Aws::ChimeSDKMediaPipelines::Types::StreamConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chimesdkmediapipelines/types.rb

Overview

The configuration settings for a stream.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fragment_numberString

The unique identifier of the fragment to begin processing.

Returns:

  • (String)


3275
3276
3277
3278
3279
3280
3281
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3275

class StreamConfiguration < Struct.new(
  :stream_arn,
  :fragment_number,
  :stream_channel_definition)
  SENSITIVE = []
  include Aws::Structure
end

#stream_arnString

The ARN of the stream.

Returns:

  • (String)


3275
3276
3277
3278
3279
3280
3281
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3275

class StreamConfiguration < Struct.new(
  :stream_arn,
  :fragment_number,
  :stream_channel_definition)
  SENSITIVE = []
  include Aws::Structure
end

#stream_channel_definitionTypes::StreamChannelDefinition

The streaming channel definition in the stream configuration.



3275
3276
3277
3278
3279
3280
3281
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3275

class StreamConfiguration < Struct.new(
  :stream_arn,
  :fragment_number,
  :stream_channel_definition)
  SENSITIVE = []
  include Aws::Structure
end