Class: Aws::Finspace::Types::PortRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::PortRange
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspace/types.rb
Overview
The range of ports the rule applies to.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#from ⇒ Integer
The first port in the range.
-
#to ⇒ Integer
The last port in the range.
Instance Attribute Details
#from ⇒ Integer
The first port in the range.
4596 4597 4598 4599 4600 4601 |
# File 'lib/aws-sdk-finspace/types.rb', line 4596 class PortRange < Struct.new( :from, :to) SENSITIVE = [] include Aws::Structure end |
#to ⇒ Integer
The last port in the range.
4596 4597 4598 4599 4600 4601 |
# File 'lib/aws-sdk-finspace/types.rb', line 4596 class PortRange < Struct.new( :from, :to) SENSITIVE = [] include Aws::Structure end |