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.
8165 8166 8167 8168 8169 8170 |
# File 'lib/aws-sdk-wafv2/types.rb', line 8165 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`.
8165 8166 8167 8168 8169 8170 |
# File 'lib/aws-sdk-wafv2/types.rb', line 8165 class RateBasedStatementManagedKeysIPSet < Struct.new( :ip_address_version, :addresses) SENSITIVE = [] include Aws::Structure end |