Class: Aws::SecurityHub::Types::RuleGroupSourceStatelessRuleMatchAttributesSources
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::RuleGroupSourceStatelessRuleMatchAttributesSources
- Defined in:
- gems/aws-sdk-securityhub/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.
29532 29533 29534 29535 29536 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29532 class RuleGroupSourceStatelessRuleMatchAttributesSources < Struct.new( :address_definition) SENSITIVE = [] include Aws::Structure end |