Class: Aws::Types::TrafficMirrorPortRangeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#from_port::Integer

Returns the value of attribute from_port.

Returns:

  • (::Integer)


18131
18132
18133
# File 'sig/types.rbs', line 18131

def from_port
  @from_port
end

#to_port::Integer

Returns the value of attribute to_port.

Returns:

  • (::Integer)


18132
18133
18134
# File 'sig/types.rbs', line 18132

def to_port
  @to_port
end