Class: Aws::Shield::Types::ProtectionGroupLimits
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::ProtectionGroupLimits
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-shield/types.rb
Overview
Limits settings on protection groups for your subscription.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_protection_groups ⇒ Integer
The maximum number of protection groups that you can have at one time.
-
#pattern_type_limits ⇒ Types::ProtectionGroupPatternTypeLimits
Limits settings by pattern type in the protection groups for your subscription.
Instance Attribute Details
#max_protection_groups ⇒ Integer
The maximum number of protection groups that you can have at one time.
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 |
#pattern_type_limits ⇒ Types::ProtectionGroupPatternTypeLimits
Limits settings by pattern type in the protection groups for your subscription.
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 |