Class: Aws::Types::RtmpOutputSettings
- Inherits:
-
Object
- Object
- Aws::Types::RtmpOutputSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_mode ⇒ "SELF_SIGNED", "VERIFY_AUTHENTICITY"
Returns the value of attribute certificate_mode.
-
#connection_retry_interval ⇒ ::Integer
Returns the value of attribute connection_retry_interval.
-
#destination ⇒ Types::OutputLocationRef
Returns the value of attribute destination.
-
#num_retries ⇒ ::Integer
Returns the value of attribute num_retries.
Instance Attribute Details
#certificate_mode ⇒ "SELF_SIGNED", "VERIFY_AUTHENTICITY"
Returns the value of attribute certificate_mode.
2822 2823 2824 |
# File 'sig/types.rbs', line 2822 def certificate_mode @certificate_mode end |
#connection_retry_interval ⇒ ::Integer
Returns the value of attribute connection_retry_interval.
2823 2824 2825 |
# File 'sig/types.rbs', line 2823 def connection_retry_interval @connection_retry_interval end |
#destination ⇒ Types::OutputLocationRef
Returns the value of attribute destination.
2824 2825 2826 |
# File 'sig/types.rbs', line 2824 def destination @destination end |
#num_retries ⇒ ::Integer
Returns the value of attribute num_retries.
2825 2826 2827 |
# File 'sig/types.rbs', line 2825 def num_retries @num_retries end |