Class: Aws::WAF::Types::GetRateBasedRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::GetRateBasedRuleResponse
- Defined in:
- gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rule ⇒ Types::RateBasedRule
Information about the RateBasedRule that you specified in the
GetRateBasedRule
request.
Instance Attribute Details
#rule ⇒ Types::RateBasedRule
Information about the RateBasedRule that you specified in the
GetRateBasedRule
request.
2070 2071 2072 2073 2074 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 2070 class GetRateBasedRuleResponse < Struct.new( :rule) SENSITIVE = [] include Aws::Structure end |