Class: Aws::Shield::Types::ProtectionLimits

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

Overview

Limits settings on protections for your subscription.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#protected_resource_type_limitsArray<Types::Limit>

The maximum number of resource types that you can specify in a protection.

Returns:



1774
1775
1776
1777
1778
# File 'lib/aws-sdk-shield/types.rb', line 1774

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