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)


27719
27720
27721
27722
27723
27724
# File 'lib/aws-sdk-securityhub/types.rb', line 27719

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

#endInteger

The last port in the port range.

Returns:

  • (Integer)


27719
27720
27721
27722
27723
27724
# File 'lib/aws-sdk-securityhub/types.rb', line 27719

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