Class: Aws::Types::NetworkInputSettings
- Inherits:
-
Object
- Object
- Aws::Types::NetworkInputSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hls_input_settings ⇒ Types::HlsInputSettings
Returns the value of attribute hls_input_settings.
-
#multicast_input_settings ⇒ Types::MulticastInputSettings
Returns the value of attribute multicast_input_settings.
-
#server_validation ⇒ "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
Returns the value of attribute server_validation.
Instance Attribute Details
#hls_input_settings ⇒ Types::HlsInputSettings
Returns the value of attribute hls_input_settings.
2525 2526 2527 |
# File 'sig/types.rbs', line 2525 def hls_input_settings @hls_input_settings end |
#multicast_input_settings ⇒ Types::MulticastInputSettings
Returns the value of attribute multicast_input_settings.
2527 2528 2529 |
# File 'sig/types.rbs', line 2527 def multicast_input_settings @multicast_input_settings end |
#server_validation ⇒ "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
Returns the value of attribute server_validation.
2526 2527 2528 |
# File 'sig/types.rbs', line 2526 def server_validation @server_validation end |