Class: Aws::WAFV2::Types::GetRateBasedStatementManagedKeysResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFV2::Types::GetRateBasedStatementManagedKeysResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#managed_keys_ipv4 ⇒ Types::RateBasedStatementManagedKeysIPSet
The keys that are of Internet Protocol version 4 (IPv4).
-
#managed_keys_ipv6 ⇒ Types::RateBasedStatementManagedKeysIPSet
The keys that are of Internet Protocol version 6 (IPv6).
Instance Attribute Details
#managed_keys_ipv4 ⇒ Types::RateBasedStatementManagedKeysIPSet
The keys that are of Internet Protocol version 4 (IPv4).
3191 3192 3193 3194 3195 3196 |
# File 'lib/aws-sdk-wafv2/types.rb', line 3191 class GetRateBasedStatementManagedKeysResponse < Struct.new( :managed_keys_ipv4, :managed_keys_ipv6) SENSITIVE = [] include Aws::Structure end |
#managed_keys_ipv6 ⇒ Types::RateBasedStatementManagedKeysIPSet
The keys that are of Internet Protocol version 6 (IPv6).
3191 3192 3193 3194 3195 3196 |
# File 'lib/aws-sdk-wafv2/types.rb', line 3191 class GetRateBasedStatementManagedKeysResponse < Struct.new( :managed_keys_ipv4, :managed_keys_ipv6) SENSITIVE = [] include Aws::Structure end |