Class: Aws::Types::MediaLiveChannelRouterInputConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#media_live_channel_arn::String

Returns the value of attribute media_live_channel_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("PIPELINE_0", "PIPELINE_1")


1273
1274
1275
# File 'sig/types.rbs', line 1273

def media_live_pipeline_id
  @media_live_pipeline_id
end

#source_transit_decryptionTypes::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