Class: Aws::SecurityHub::Types::RuleGroupSourceStatelessRuleMatchAttributesDestinations
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::RuleGroupSourceStatelessRuleMatchAttributesDestinations
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
A destination IP address or range.
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.
29132 29133 29134 29135 29136 |
# File 'lib/aws-sdk-securityhub/types.rb', line 29132 class RuleGroupSourceStatelessRuleMatchAttributesDestinations < Struct.new( :address_definition) SENSITIVE = [] include Aws::Structure end |