Class: Aws::Shield::Types::ProtectionGroupPatternTypeLimits

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arbitrary_pattern_limitsTypes::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