Class: Aws::Types::PortMapping

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_protocol"http", ...

Returns the value of attribute app_protocol.

Returns:

  • ("http", "http2", "grpc")


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


1999
2000
2001
# File 'sig/types.rbs', line 1999

def host_port
  @host_port
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2001
2002
2003
# File 'sig/types.rbs', line 2001

def name
  @name
end

#protocol"tcp", "udp"

Returns the value of attribute protocol.

Returns:

  • ("tcp", "udp")


2000
2001
2002
# File 'sig/types.rbs', line 2000

def protocol
  @protocol
end