Class: Aws::Shield::Types::ProtectionGroupArbitraryPatternLimits

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

Overview

Limits settings on protection groups with arbitrary pattern type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_membersInteger

The maximum number of resources you can specify for a single arbitrary pattern in a protection group.

Returns:

  • (Integer)


1723
1724
1725
1726
1727
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 1723

class ProtectionGroupArbitraryPatternLimits < Struct.new(
  :max_members)
  SENSITIVE = []
  include Aws::Structure
end