Class: Aws::SecurityHub::Types::RuleGroupSourceStatelessRuleMatchAttributesSourcePorts
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::RuleGroupSourceStatelessRuleMatchAttributesSourcePorts
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
A port range to specify the source 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.
29154 29155 29156 29157 29158 29159 |
# File 'lib/aws-sdk-securityhub/types.rb', line 29154 class RuleGroupSourceStatelessRuleMatchAttributesSourcePorts < Struct.new( :from_port, :to_port) SENSITIVE = [] include Aws::Structure end |
#to_port ⇒ Integer
The ending port value for the port range.
29154 29155 29156 29157 29158 29159 |
# File 'lib/aws-sdk-securityhub/types.rb', line 29154 class RuleGroupSourceStatelessRuleMatchAttributesSourcePorts < Struct.new( :from_port, :to_port) SENSITIVE = [] include Aws::Structure end |