Class: Aws::Types::InputConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::InputConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input_ip ⇒ ::String
Returns the value of attribute input_ip.
-
#input_port ⇒ ::Integer
Returns the value of attribute input_port.
-
#interface ⇒ Types::Interface
Returns the value of attribute interface.
Instance Attribute Details
#input_ip ⇒ ::String
Returns the value of attribute input_ip.
949 950 951 |
# File 'sig/types.rbs', line 949 def input_ip @input_ip end |
#input_port ⇒ ::Integer
Returns the value of attribute input_port.
950 951 952 |
# File 'sig/types.rbs', line 950 def input_port @input_port end |
#interface ⇒ Types::Interface
Returns the value of attribute interface.
951 952 953 |
# File 'sig/types.rbs', line 951 def interface @interface end |