Class: Aws::WAFV2::Types::CheckCapacityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFV2::Types::CheckCapacityResponse
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-wafv2/types.rb', line 912 class CheckCapacityResponse < Struct.new( :capacity) SENSITIVE = [] include Aws::Structure end |