Class: Aws::Inspector2::Types::PortRangeFilter

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

Overview

An object that describes the details of a port range filter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#begin_inclusiveInteger

The port number the port range begins at.

Returns:

  • (Integer)


5756
5757
5758
5759
5760
5761
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5756

class PortRangeFilter < Struct.new(
  :begin_inclusive,
  :end_inclusive)
  SENSITIVE = []
  include Aws::Structure
end

#end_inclusiveInteger

The port number the port range ends at.

Returns:

  • (Integer)


5756
5757
5758
5759
5760
5761
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5756

class PortRangeFilter < Struct.new(
  :begin_inclusive,
  :end_inclusive)
  SENSITIVE = []
  include Aws::Structure
end