Class: Aws::SecurityHub::Types::RuleGroupSourceStatelessRuleMatchAttributesSources

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

A source IP addresses and address range to inspect for.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#address_definitionString

An IP address or a block of IP addresses.

Returns:

  • (String)


29169
29170
29171
29172
29173
# File 'lib/aws-sdk-securityhub/types.rb', line 29169

class RuleGroupSourceStatelessRuleMatchAttributesSources < Struct.new(
  :address_definition)
  SENSITIVE = []
  include Aws::Structure
end