Class: Aws::Types::NetworkInputSettings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#hls_input_settingsTypes::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_settingsTypes::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.

Returns:

  • ("CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY")


2526
2527
2528
# File 'sig/types.rbs', line 2526

def server_validation
  @server_validation
end