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)


28939
28940
28941
28942
28943
28944
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 28939

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)


28939
28940
28941
28942
28943
28944
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 28939

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