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.
2826 2827 2828 |
# File 'sig/types.rbs', line 2826 def certificate_mode @certificate_mode end |
#connection_retry_interval ⇒ ::Integer
Returns the value of attribute connection_retry_interval.
2827 2828 2829 |
# File 'sig/types.rbs', line 2827 def connection_retry_interval @connection_retry_interval end |
#destination ⇒ Types::OutputLocationRef
Returns the value of attribute destination.
2828 2829 2830 |
# File 'sig/types.rbs', line 2828 def destination @destination end |
#num_retries ⇒ ::Integer
Returns the value of attribute num_retries.
2829 2830 2831 |
# File 'sig/types.rbs', line 2829 def num_retries @num_retries end |