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.
28600 28601 28602 28603 28604 28605 |
# File 'lib/aws-sdk-securityhub/types.rb', line 28600 class PortRange < Struct.new( :begin, :end) SENSITIVE = [] include Aws::Structure end |
#end ⇒ Integer
The last port in the port range.
28600 28601 28602 28603 28604 28605 |
# File 'lib/aws-sdk-securityhub/types.rb', line 28600 class PortRange < Struct.new( :begin, :end) SENSITIVE = [] include Aws::Structure end |