Class: Aws::Types::MediaStreamSourceConfigurationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#encoding_name"jxsv", ...

Returns the value of attribute encoding_name.

Returns:

  • ("jxsv", "raw", "smpte291", "pcm")


1360
1361
1362
# File 'sig/types.rbs', line 1360

def encoding_name
  @encoding_name
end

#input_configurations::Array[Types::InputConfigurationRequest]

Returns the value of attribute input_configurations.

Returns:



1361
1362
1363
# File 'sig/types.rbs', line 1361

def input_configurations
  @input_configurations
end

#media_stream_name::String

Returns the value of attribute media_stream_name.

Returns:

  • (::String)


1362
1363
1364
# File 'sig/types.rbs', line 1362

def media_stream_name
  @media_stream_name
end