Class: Aws::SecurityHub::Types::PortRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::PortRange
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
A range of ports.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#begin ⇒ Integer
The first port in the port range.
-
#end ⇒ Integer
The last port in the port range.
Instance Attribute Details
#begin ⇒ Integer
The first port in the port range.
27713 27714 27715 27716 27717 27718 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27713 class PortRange < Struct.new( :begin, :end) SENSITIVE = [] include Aws::Structure end |
#end ⇒ Integer
The last port in the port range.
27713 27714 27715 27716 27717 27718 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27713 class PortRange < Struct.new( :begin, :end) SENSITIVE = [] include Aws::Structure end |