Class: Aws::Types::ConnectionPortRange

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)


114
115
116
# File 'sig/types.rbs', line 114

def from_port
  @from_port
end

#to_port::Integer

Returns the value of attribute to_port.

Returns:

  • (::Integer)


115
116
117
# File 'sig/types.rbs', line 115

def to_port
  @to_port
end