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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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)


27549
27550
27551
27552
27553
27554
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27549

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

#endInteger

The last port in the port range.

Returns:

  • (Integer)


27549
27550
27551
27552
27553
27554
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27549

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