Method: Aws::Shield::Types::ProtectionGroupLimits#max_protection_groups

Defined in:
lib/aws-sdk-shield/types.rb

#max_protection_groupsInteger

The maximum number of protection groups that you can have at one time.

Returns:

  • (Integer)


1743
1744
1745
1746
1747
1748
# File 'lib/aws-sdk-shield/types.rb', line 1743

class ProtectionGroupLimits < Struct.new(
  :max_protection_groups,
  :pattern_type_limits)
  SENSITIVE = []
  include Aws::Structure
end