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")


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


1983
1984
1985
# File 'sig/types.rbs', line 1983

def host_port
  @host_port
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1985
1986
1987
# File 'sig/types.rbs', line 1985

def name
  @name
end

#protocol"tcp", "udp"

Returns the value of attribute protocol.

Returns:

  • ("tcp", "udp")


1984
1985
1986
# File 'sig/types.rbs', line 1984

def protocol
  @protocol
end