Class: Aws::SecurityHub::Types::RuleGroupSourceStatelessRuleMatchAttributesSources
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::RuleGroupSourceStatelessRuleMatchAttributesSources
- 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
-
#address_definition ⇒ String
An IP address or a block of IP addresses.
Instance Attribute Details
#address_definition ⇒ String
An IP address or a block of IP addresses.
29165 29166 29167 29168 29169 |
# File 'lib/aws-sdk-securityhub/types.rb', line 29165 class RuleGroupSourceStatelessRuleMatchAttributesSources < Struct.new( :address_definition) SENSITIVE = [] include Aws::Structure end |