Class: Aws::SecurityHub::Types::PortRangeFromTo
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::PortRangeFromTo
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
A range of ports.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#from ⇒ Integer
The first port in the port range.
-
#to ⇒ Integer
The last port in the port range.
Instance Attribute Details
#from ⇒ Integer
The first port in the port range.
27731 27732 27733 27734 27735 27736 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27731 class PortRangeFromTo < Struct.new( :from, :to) SENSITIVE = [] include Aws::Structure end |
#to ⇒ Integer
The last port in the port range.
27731 27732 27733 27734 27735 27736 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27731 class PortRangeFromTo < Struct.new( :from, :to) SENSITIVE = [] include Aws::Structure end |