Class: Aws::SecurityHub::Types::RuleGroupVariablesIpSetsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::RuleGroupVariablesIpSetsDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
A list of IP addresses and address ranges, in CIDR notation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#definition ⇒ Array<String>
The list of IP addresses and ranges.
Instance Attribute Details
#definition ⇒ Array<String>
The list of IP addresses and ranges.
29259 29260 29261 29262 29263 |
# File 'lib/aws-sdk-securityhub/types.rb', line 29259 class RuleGroupVariablesIpSetsDetails < Struct.new( :definition) SENSITIVE = [] include Aws::Structure end |