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

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

Instance Attribute Details

#definitionArray<String>

The list of IP addresses and ranges.

Returns:

  • (Array<String>)


28036
28037
28038
28039
28040
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 28036

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