Class: Aws::Types::NdiDiscoveryServerConfig
- Inherits:
-
Object
- Object
- Aws::Types::NdiDiscoveryServerConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#discovery_server_address ⇒ ::String
Returns the value of attribute discovery_server_address.
-
#discovery_server_port ⇒ ::Integer
Returns the value of attribute discovery_server_port.
-
#vpc_interface_adapter ⇒ ::String
Returns the value of attribute vpc_interface_adapter.
Instance Attribute Details
#discovery_server_address ⇒ ::String
Returns the value of attribute discovery_server_address.
1432 1433 1434 |
# File 'sig/types.rbs', line 1432 def discovery_server_address @discovery_server_address end |
#discovery_server_port ⇒ ::Integer
Returns the value of attribute discovery_server_port.
1433 1434 1435 |
# File 'sig/types.rbs', line 1433 def discovery_server_port @discovery_server_port end |
#vpc_interface_adapter ⇒ ::String
Returns the value of attribute vpc_interface_adapter.
1434 1435 1436 |
# File 'sig/types.rbs', line 1434 def vpc_interface_adapter @vpc_interface_adapter end |