Class: Aws::Types::MediaLiveChannelRouterInputConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::MediaLiveChannelRouterInputConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#media_live_channel_arn ⇒ ::String
Returns the value of attribute media_live_channel_arn.
-
#media_live_channel_output_name ⇒ ::String
Returns the value of attribute media_live_channel_output_name.
-
#media_live_pipeline_id ⇒ "PIPELINE_0", "PIPELINE_1"
Returns the value of attribute media_live_pipeline_id.
-
#source_transit_decryption ⇒ Types::MediaLiveTransitEncryption
Returns the value of attribute source_transit_decryption.
Instance Attribute Details
#media_live_channel_arn ⇒ ::String
Returns the value of attribute media_live_channel_arn.
1272 1273 1274 |
# File 'sig/types.rbs', line 1272 def media_live_channel_arn @media_live_channel_arn end |
#media_live_channel_output_name ⇒ ::String
Returns the value of attribute media_live_channel_output_name.
1274 1275 1276 |
# File 'sig/types.rbs', line 1274 def media_live_channel_output_name @media_live_channel_output_name end |
#media_live_pipeline_id ⇒ "PIPELINE_0", "PIPELINE_1"
Returns the value of attribute media_live_pipeline_id.
1273 1274 1275 |
# File 'sig/types.rbs', line 1273 def media_live_pipeline_id @media_live_pipeline_id end |
#source_transit_decryption ⇒ Types::MediaLiveTransitEncryption
Returns the value of attribute source_transit_decryption.
1275 1276 1277 |
# File 'sig/types.rbs', line 1275 def source_transit_decryption @source_transit_decryption end |