Class: Aws::Inspector2::Types::PortRangeFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::PortRangeFilter
- 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
-
#begin_inclusive ⇒ Integer
The port number the port range begins at.
-
#end_inclusive ⇒ Integer
The port number the port range ends at.
Instance Attribute Details
#begin_inclusive ⇒ Integer
The port number the port range begins at.
5782 5783 5784 5785 5786 5787 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5782 class PortRangeFilter < Struct.new( :begin_inclusive, :end_inclusive) SENSITIVE = [] include Aws::Structure end |
#end_inclusive ⇒ Integer
The port number the port range ends at.
5782 5783 5784 5785 5786 5787 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5782 class PortRangeFilter < Struct.new( :begin_inclusive, :end_inclusive) SENSITIVE = [] include Aws::Structure end |