Class: Aws::WAFV2::Types::RateBasedStatementManagedKeysIPSet
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFV2::Types::RateBasedStatementManagedKeysIPSet
- 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
-
#addresses ⇒ Array<String>
The IP addresses that are currently blocked.
-
#ip_address_version ⇒ String
The version of the IP addresses, either `IPV4` or `IPV6`.
Instance Attribute Details
#addresses ⇒ Array<String>
The IP addresses that are currently blocked.
5075 5076 5077 5078 5079 5080 |
# File 'lib/aws-sdk-wafv2/types.rb', line 5075 class RateBasedStatementManagedKeysIPSet < Struct.new( :ip_address_version, :addresses) SENSITIVE = [] include Aws::Structure end |
#ip_address_version ⇒ String
The version of the IP addresses, either `IPV4` or `IPV6`.
5075 5076 5077 5078 5079 5080 |
# File 'lib/aws-sdk-wafv2/types.rb', line 5075 class RateBasedStatementManagedKeysIPSet < Struct.new( :ip_address_version, :addresses) SENSITIVE = [] include Aws::Structure end |