Class: Aws::MediaLive::Types::SrtSettings

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

The configured sources for this SRT input.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#srt_caller_sourcesArray<Types::SrtCallerSource>

Returns:



18044
18045
18046
18047
18048
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18044

class SrtSettings < Struct.new(
  :srt_caller_sources)
  SENSITIVE = []
  include Aws::Structure
end