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.
2002 2003 2004 |
# File 'sig/types.rbs', line 2002 def app_protocol @app_protocol end |
#container_port ⇒ ::Integer
Returns the value of attribute container_port.
1998 1999 2000 |
# File 'sig/types.rbs', line 1998 def container_port @container_port end |
#container_port_range ⇒ ::String
Returns the value of attribute container_port_range.
2003 2004 2005 |
# File 'sig/types.rbs', line 2003 def container_port_range @container_port_range end |
#host_port ⇒ ::Integer
Returns the value of attribute host_port.
1999 2000 2001 |
# File 'sig/types.rbs', line 1999 def host_port @host_port end |
#name ⇒ ::String
Returns the value of attribute name.
2001 2002 2003 |
# File 'sig/types.rbs', line 2001 def name @name end |
#protocol ⇒ "tcp", "udp"
Returns the value of attribute protocol.
2000 2001 2002 |
# File 'sig/types.rbs', line 2000 def protocol @protocol end |