Class: Aws::Inspector2::Types::PortRange

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb

Overview

Details about the port range associated with a finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#beginInteger

The beginning port in a port range.

Returns:

  • (Integer)


5737
5738
5739
5740
5741
5742
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5737

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

#endInteger

The ending port in a port range.

Returns:

  • (Integer)


5737
5738
5739
5740
5741
5742
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5737

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