Class: Aws::WAFV2::Types::RateBasedStatementManagedKeysIPSet

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-wafv2/types.rb

Overview

The set of IP addresses that are currently blocked for a RateBasedStatement.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#addressesArray<String>

The IP addresses that are currently blocked.

Returns:

  • (Array<String>)


9707
9708
9709
9710
9711
9712
# File 'lib/aws-sdk-wafv2/types.rb', line 9707

class RateBasedStatementManagedKeysIPSet < Struct.new(
  :ip_address_version,
  :addresses)
  SENSITIVE = []
  include Aws::Structure
end

#ip_address_versionString

The version of the IP addresses, either `IPV4` or `IPV6`.

Returns:

  • (String)


9707
9708
9709
9710
9711
9712
# File 'lib/aws-sdk-wafv2/types.rb', line 9707

class RateBasedStatementManagedKeysIPSet < Struct.new(
  :ip_address_version,
  :addresses)
  SENSITIVE = []
  include Aws::Structure
end