Method: Aws::WAFV2::Types::RateBasedStatement#custom_keys
- Defined in:
- lib/aws-sdk-wafv2/types.rb
#custom_keys ⇒ Array<Types::RateBasedStatementCustomKey>
Specifies the aggregate keys to use in a rate-base rule.
7264 7265 7266 7267 7268 7269 7270 7271 7272 7273 |
# File 'lib/aws-sdk-wafv2/types.rb', line 7264 class RateBasedStatement < Struct.new( :limit, :evaluation_window_sec, :aggregate_key_type, :scope_down_statement, :forwarded_ip_config, :custom_keys) SENSITIVE = [] include Aws::Structure end |