Class: Aws::Shield::Types::ProtectionGroupLimits

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

Overview

Limits settings on protection groups for your subscription.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#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 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 1743

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

#pattern_type_limitsTypes::ProtectionGroupPatternTypeLimits

Limits settings by pattern type in the protection groups for your subscription.



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

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