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.
29150 29151 29152 29153 29154 29155 |
# File 'lib/aws-sdk-securityhub/types.rb', line 29150 class RuleGroupSourceStatelessRuleMatchAttributesSourcePorts < Struct.new( :from_port, :to_port) SENSITIVE = [] include Aws::Structure end |
#to_port ⇒ Integer
The ending port value for the port range.
29150 29151 29152 29153 29154 29155 |
# File 'lib/aws-sdk-securityhub/types.rb', line 29150 class RuleGroupSourceStatelessRuleMatchAttributesSourcePorts < Struct.new( :from_port, :to_port) SENSITIVE = [] include Aws::Structure end |