Class: Aws::Shield::Types::ProtectionGroupArbitraryPatternLimits
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Shield::Types::ProtectionGroupArbitraryPatternLimits
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-shield/types.rb
 
Overview
Limits settings on protection groups with arbitrary pattern type.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #max_members  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The maximum number of resources you can specify for a single arbitrary pattern in a protection group.
 
Instance Attribute Details
#max_members ⇒ Integer
The maximum number of resources you can specify for a single arbitrary pattern in a protection group.
      1723 1724 1725 1726 1727  | 
    
      # File 'lib/aws-sdk-shield/types.rb', line 1723 class ProtectionGroupArbitraryPatternLimits < Struct.new( :max_members) SENSITIVE = [] include Aws::Structure end  |