Class: Aws::WAFRegional::Types::GetRateBasedRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::GetRateBasedRuleResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafregional/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.
2128 2129 2130 2131 2132 |
# File 'lib/aws-sdk-wafregional/types.rb', line 2128 class GetRateBasedRuleResponse < Struct.new( :rule) SENSITIVE = [] include Aws::Structure end |