Class: Aws::WAFV2::Types::GetRateBasedStatementManagedKeysResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#managed_keys_ipv4Types::RateBasedStatementManagedKeysIPSet

The keys that are of Internet Protocol version 4 (IPv4).



3131
3132
3133
3134
3135
3136
# File 'lib/aws-sdk-wafv2/types.rb', line 3131

class GetRateBasedStatementManagedKeysResponse < Struct.new(
  :managed_keys_ipv4,
  :managed_keys_ipv6)
  SENSITIVE = []
  include Aws::Structure
end

#managed_keys_ipv6Types::RateBasedStatementManagedKeysIPSet

The keys that are of Internet Protocol version 6 (IPv6).



3131
3132
3133
3134
3135
3136
# File 'lib/aws-sdk-wafv2/types.rb', line 3131

class GetRateBasedStatementManagedKeysResponse < Struct.new(
  :managed_keys_ipv4,
  :managed_keys_ipv6)
  SENSITIVE = []
  include Aws::Structure
end