Class: Aws::Types::PortRange

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#begin::Integer

Returns the value of attribute begin.



6872
6873
6874
# File 'sig/types.rbs', line 6872

def begin
  @begin
end

#end::Integer

Returns the value of attribute end.



6873
6874
6875
# File 'sig/types.rbs', line 6873

def end
  @end
end