Class: Aws::WAFV2::Types::CheckCapacityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFV2::Types::CheckCapacityResponse
- Defined in:
- gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capacity ⇒ Integer
The capacity required by the rules and scope.
Instance Attribute Details
#capacity ⇒ Integer
The capacity required by the rules and scope.
912 913 914 915 916 |
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 912 class CheckCapacityResponse < Struct.new( :capacity) SENSITIVE = [] include Aws::Structure end |