Class: Aws::Types::ContainerPortRange

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:from_port, :to_port])

Instance Attribute Summary collapse

Instance Attribute Details

#from_port::Integer

Returns the value of attribute from_port.

Returns:

  • (::Integer)


230
231
232
# File 'sig/types.rbs', line 230

def from_port
  @from_port
end

#protocol"TCP", "UDP"

Returns the value of attribute protocol.

Returns:

  • ("TCP", "UDP")


232
233
234
# File 'sig/types.rbs', line 232

def protocol
  @protocol
end

#to_port::Integer

Returns the value of attribute to_port.

Returns:

  • (::Integer)


231
232
233
# File 'sig/types.rbs', line 231

def to_port
  @to_port
end