Class: Aws::SecurityHub::Types::PortRange

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

A range of ports.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#beginInteger

The first port in the port range.

Returns:

  • (Integer)


26917
26918
26919
26920
26921
26922
# File 'lib/aws-sdk-securityhub/types.rb', line 26917

class PortRange < Struct.new(
  :begin,
  :end)
  SENSITIVE = []
  include Aws::Structure
end

#endInteger

The last port in the port range.

Returns:

  • (Integer)


26917
26918
26919
26920
26921
26922
# File 'lib/aws-sdk-securityhub/types.rb', line 26917

class PortRange < Struct.new(
  :begin,
  :end)
  SENSITIVE = []
  include Aws::Structure
end