Class: Aws::SecurityHub::Types::RuleGroupVariablesIpSetsDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#definitionArray<String>

The list of IP addresses and ranges.

Returns:

  • (Array<String>)


29259
29260
29261
29262
29263
# File 'lib/aws-sdk-securityhub/types.rb', line 29259

class RuleGroupVariablesIpSetsDetails < Struct.new(
  :definition)
  SENSITIVE = []
  include Aws::Structure
end