Class: Aws::Types::LiveConnectorSinkConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LiveConnectorSinkConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#rtmp_configuration ⇒ Types::LiveConnectorRTMPConfiguration
Returns the value of attribute rtmp_configuration.
-
#sink_type ⇒ "RTMP"
Returns the value of attribute sink_type.
Instance Attribute Details
#rtmp_configuration ⇒ Types::LiveConnectorRTMPConfiguration
Returns the value of attribute rtmp_configuration.
517 518 519 |
# File 'sig/types.rbs', line 517 def rtmp_configuration @rtmp_configuration end |
#sink_type ⇒ "RTMP"
Returns the value of attribute sink_type.
516 517 518 |
# File 'sig/types.rbs', line 516 def sink_type @sink_type end |