Class: Aws::SecurityHub::Types::RuleGroupVariablesIpSetsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::RuleGroupVariablesIpSetsDetails
- Defined in:
- gems/aws-sdk-securityhub/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.
29626 29627 29628 29629 29630 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29626 class RuleGroupVariablesIpSetsDetails < Struct.new( :definition) SENSITIVE = [] include Aws::Structure end |