Class: Aws::FMS::Types::NetworkAclPortRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::NetworkAclPortRange
- Defined in:
- gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb
Overview
TCP or UDP protocols: The range of ports the rule applies to.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#from ⇒ Integer
The beginning port number of the range.
-
#to ⇒ Integer
The ending port number of the range.
Instance Attribute Details
#from ⇒ Integer
The beginning port number of the range.
2766 2767 2768 2769 2770 2771 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2766 class NetworkAclPortRange < Struct.new( :from, :to) SENSITIVE = [] include Aws::Structure end |
#to ⇒ Integer
The ending port number of the range.
2766 2767 2768 2769 2770 2771 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2766 class NetworkAclPortRange < Struct.new( :from, :to) SENSITIVE = [] include Aws::Structure end |