Class: Aws::SecurityHub::Types::RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
A port range to specify the destination ports to inspect for.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#from_port ⇒ Integer
The starting port value for the port range.
-
#to_port ⇒ Integer
The ending port value for the port range.
Instance Attribute Details
#from_port ⇒ Integer
The starting port value for the port range.
29117 29118 29119 29120 29121 29122 |
# File 'lib/aws-sdk-securityhub/types.rb', line 29117 class RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts < Struct.new( :from_port, :to_port) SENSITIVE = [] include Aws::Structure end |
#to_port ⇒ Integer
The ending port value for the port range.
29117 29118 29119 29120 29121 29122 |
# File 'lib/aws-sdk-securityhub/types.rb', line 29117 class RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts < Struct.new( :from_port, :to_port) SENSITIVE = [] include Aws::Structure end |