Class: Aws::WAFRegional::Types::GetRateBasedRuleManagedKeysRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_markerString

A null value and not currently used. Do not include this in your request.

Returns:

  • (String)


2083
2084
2085
2086
2087
2088
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 2083

class GetRateBasedRuleManagedKeysRequest < Struct.new(
  :rule_id,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end

#rule_idString

The RuleId of the RateBasedRule for which you want to get a list of ManagedKeys. RuleId is returned by CreateRateBasedRule and by ListRateBasedRules.

Returns:

  • (String)


2083
2084
2085
2086
2087
2088
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 2083

class GetRateBasedRuleManagedKeysRequest < Struct.new(
  :rule_id,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end