Class: Aws::SecurityHub::Types::RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts
- Defined in:
- gems/aws-sdk-securityhub/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.
28296 28297 28298 28299 28300 28301 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 28296 class RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts < Struct.new( :from_port, :to_port) SENSITIVE = [] include Aws::Structure end |
#to_port ⇒ Integer
The ending port value for the port range.
28296 28297 28298 28299 28300 28301 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 28296 class RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts < Struct.new( :from_port, :to_port) SENSITIVE = [] include Aws::Structure end |