Class: Aws::Shield::Types::ProtectionGroupPatternTypeLimits
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::ProtectionGroupPatternTypeLimits
- Defined in:
- gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb
Overview
Limits settings by pattern type in the protection groups for your subscription.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arbitrary_pattern_limits ⇒ Types::ProtectionGroupArbitraryPatternLimits
Limits settings on protection groups with arbitrary pattern type.
Instance Attribute Details
#arbitrary_pattern_limits ⇒ Types::ProtectionGroupArbitraryPatternLimits
Limits settings on protection groups with arbitrary pattern type.
1759 1760 1761 1762 1763 |
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 1759 class ProtectionGroupPatternTypeLimits < Struct.new( :arbitrary_pattern_limits) SENSITIVE = [] include Aws::Structure end |