Class: Aws::SecurityHub::Types::RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#from_portInteger

The starting port value for the port range.

Returns:

  • (Integer)


29124
29125
29126
29127
29128
29129
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29124

class RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts < Struct.new(
  :from_port,
  :to_port)
  SENSITIVE = []
  include Aws::Structure
end

#to_portInteger

The ending port value for the port range.

Returns:

  • (Integer)


29124
29125
29126
29127
29128
29129
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29124

class RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts < Struct.new(
  :from_port,
  :to_port)
  SENSITIVE = []
  include Aws::Structure
end