Class: Aws::WAFV2::Types::CheckCapacityResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capacityInteger

The capacity required by the rules and scope.

Returns:

  • (Integer)


911
912
913
914
915
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 911

class CheckCapacityResponse < Struct.new(
  :capacity)
  SENSITIVE = []
  include Aws::Structure
end