Class: Aws::Types::PortMapping
- Inherits:
-
Object
- Object
- Aws::Types::PortMapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_protocol ⇒ "http", ...
Returns the value of attribute app_protocol.
-
#container_port ⇒ ::Integer
Returns the value of attribute container_port.
-
#container_port_range ⇒ ::String
Returns the value of attribute container_port_range.
-
#host_port ⇒ ::Integer
Returns the value of attribute host_port.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#protocol ⇒ "tcp", "udp"
Returns the value of attribute protocol.
Instance Attribute Details
#app_protocol ⇒ "http", ...
Returns the value of attribute app_protocol.
1986 1987 1988 |
# File 'sig/types.rbs', line 1986 def app_protocol @app_protocol end |
#container_port ⇒ ::Integer
Returns the value of attribute container_port.
1982 1983 1984 |
# File 'sig/types.rbs', line 1982 def container_port @container_port end |
#container_port_range ⇒ ::String
Returns the value of attribute container_port_range.
1987 1988 1989 |
# File 'sig/types.rbs', line 1987 def container_port_range @container_port_range end |
#host_port ⇒ ::Integer
Returns the value of attribute host_port.
1983 1984 1985 |
# File 'sig/types.rbs', line 1983 def host_port @host_port end |
#name ⇒ ::String
Returns the value of attribute name.
1985 1986 1987 |
# File 'sig/types.rbs', line 1985 def name @name end |
#protocol ⇒ "tcp", "udp"
Returns the value of attribute protocol.
1984 1985 1986 |
# File 'sig/types.rbs', line 1984 def protocol @protocol end |