Class: Aws::Shield::Types::ProtectionLimits
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::ProtectionLimits
- Defined in:
- gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb
Overview
Limits settings on protections for your subscription.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#protected_resource_type_limits ⇒ Array<Types::Limit>
The maximum number of resource types that you can specify in a protection.
Instance Attribute Details
#protected_resource_type_limits ⇒ Array<Types::Limit>
The maximum number of resource types that you can specify in a protection.
1774 1775 1776 1777 1778 |
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 1774 class ProtectionLimits < Struct.new( :protected_resource_type_limits) SENSITIVE = [] include Aws::Structure end |