Class: Aws::Types::PortRange

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#begin::Integer

Returns the value of attribute begin.

Returns:

  • (::Integer)


2292
2293
2294
# File 'sig/types.rbs', line 2292

def begin
  @begin
end

#end::Integer

Returns the value of attribute end.

Returns:

  • (::Integer)


2293
2294
2295
# File 'sig/types.rbs', line 2293

def end
  @end
end