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.
2528 2529 2530 |
# File 'sig/types.rbs', line 2528 def hls_input_settings @hls_input_settings end |
#multicast_input_settings ⇒ Types::MulticastInputSettings
Returns the value of attribute multicast_input_settings.
2530 2531 2532 |
# File 'sig/types.rbs', line 2530 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.
2529 2530 2531 |
# File 'sig/types.rbs', line 2529 def server_validation @server_validation end |